thinknode_m5: gps support

This commit is contained in:
Florent
2025-11-28 11:11:13 +01:00
parent ee4e87c3ee
commit 1c0017b634
8 changed files with 53 additions and 15 deletions

View File

@@ -19,4 +19,10 @@
#define PIN_DISPLAY_RST (41)
#define PIN_DISPLAY_BUSY (42)
#define EXP_PIN_BACKLIGHT (5)
#define EXP_PIN_POWER (4)
#define EXP_PIN_POWER (4)
#define PIN_GPS_EN (11)
#define PIN_GPS_RESET (13)
#define PIN_GPS_RX (20)
#define PIN_GPS_TX (19)
#define PIN_GPS_SWITCH (10)