arduino-blume/teng/settings.hpp

7 lines
128 B
C++
Raw Normal View History

2023-06-14 19:22:11 +02:00
#pragma once
constexpr int LED_RED = 2;
constexpr int LED_YELLOW = 3;
constexpr int LED_GREEN = 4;
constexpr int PIN_TENG = 0;