Browse Source

swap rotary encoder pins

main
Hendrik Langer 7 years ago
parent
commit
08327aa889
  1. 4
      src/hardware.h

4
src/hardware.h

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

Loading…
Cancel
Save