|
|
@ -301,20 +301,15 @@ |
|
|
|
#define ENC_R_PIN_A 28 |
|
|
|
#define ENC_R_PIN_A 28 |
|
|
|
#define ENC_R_PIN_B 29 |
|
|
|
#define ENC_R_PIN_B 29 |
|
|
|
#define BUT_R_PIN 30 |
|
|
|
#define BUT_R_PIN 30 |
|
|
|
#else |
|
|
|
#elif defined(ARDUINO_TEENSY40) |
|
|
|
#if defined(ARDUINO_TEENSY40) || defined(ARDUINO_TEENSY41) |
|
|
|
|
|
|
|
#define ENC_R_PIN_A 6 |
|
|
|
#define ENC_R_PIN_A 6 |
|
|
|
#define ENC_R_PIN_B 5 |
|
|
|
#define ENC_R_PIN_B 5 |
|
|
|
#define BUT_R_PIN 8 |
|
|
|
#define BUT_R_PIN 8 |
|
|
|
//#define ENC_R_PIN_A 17
|
|
|
|
|
|
|
|
//#define ENC_R_PIN_B 16
|
|
|
|
|
|
|
|
//#define BUT_R_PIN 5
|
|
|
|
|
|
|
|
#else // ARDUINO_ARDUINO_TEENSY41
|
|
|
|
#else // ARDUINO_ARDUINO_TEENSY41
|
|
|
|
#define ENC_R_PIN_A 24 |
|
|
|
#define ENC_R_PIN_A 24 |
|
|
|
#define ENC_R_PIN_B 5 |
|
|
|
#define ENC_R_PIN_B 5 |
|
|
|
#define BUT_R_PIN 9 |
|
|
|
#define BUT_R_PIN 9 |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
#define BUT_DEBOUNCE_MS 20 |
|
|
|
#define BUT_DEBOUNCE_MS 20 |
|
|
|
#define LONG_BUTTON_PRESS 500 |
|
|
|
#define LONG_BUTTON_PRESS 500 |
|
|
|
|
|
|
|
|
|
|
|