mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
add GPS support to thinknode M1
This commit is contained in:
parent
d8c2b3ab47
commit
59a236effb
4 changed files with 119 additions and 7 deletions
|
|
@ -40,8 +40,8 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
// UART pin definition
|
||||
|
||||
#define PIN_SERIAL1_RX (41) // GPS TX
|
||||
#define PIN_SERIAL1_TX (40) // GPS RX
|
||||
#define PIN_SERIAL1_RX PIN_GPS_TX
|
||||
#define PIN_SERIAL1_TX PIN_GPS_RX
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// I2C pin definition
|
||||
|
||||
|
|
@ -125,9 +125,9 @@ extern const int SCK;
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
// GPS
|
||||
|
||||
#define PIN_GPS_RX (41)
|
||||
#define PIN_GPS_TX (40)
|
||||
#define PIN_GPS_WAKEUP (34)
|
||||
#define PIN_GPS_RX (40)
|
||||
#define PIN_GPS_TX (41)
|
||||
#define GPS_EN (34)
|
||||
#define PIN_GPS_RESET (37)
|
||||
#define PIN_GPS_PPS (36)
|
||||
#define PIN_GPS_STANDBY (34)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue