|
@ -4,8 +4,8 @@ |
|
|
/* pin assignments */ |
|
|
/* pin assignments */ |
|
|
static constexpr uint8_t buttonPin = 0; |
|
|
static constexpr uint8_t buttonPin = 0; |
|
|
static constexpr uint8_t sensorPin = 0; |
|
|
static constexpr uint8_t sensorPin = 0; |
|
|
static constexpr uint8_t rotaryPinA = 38; |
|
|
static constexpr uint8_t rotaryPinA = 39; |
|
|
static constexpr uint8_t rotaryPinB = 39; |
|
|
static constexpr uint8_t rotaryPinB = 38; |
|
|
static constexpr uint8_t rotaryPinButton = 22; |
|
|
static constexpr uint8_t rotaryPinButton = 22; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|