esp32-clickwheel/include/pins.h
2024-03-06 12:40:28 +01:00

15 lines
221 B
C

#ifndef PINS_H
#define PINS_H
#define BUTTON_PIN 12
#define NEOPIXEL_PIN 33
//------------------
// CLICKWHEEL
//------------------
#define CLOCK_PIN 4 // SCL purple
#define DATA_PIN 3 // SDA grey
#endif // PINS_H