OLED and button support, some refactoring.

This commit is contained in:
taco 2025-03-16 13:24:43 +11:00
parent 6931887424
commit 8b2f783d04
4 changed files with 46 additions and 18 deletions

View file

@ -44,7 +44,7 @@
#define WIRE_INTERFACES_COUNT 2
#define PIN_WIRE_SDA (6)
#define PIN_WIRE_SDA (8)
#define PIN_WIRE_SCL (7)
#define PIN_WIRE1_SDA (13)
#define PIN_WIRE1_SCL (14)