Add beginnings of RAK4600 and update to latest nrf52 arduino sources

This commit is contained in:
Kevin Hester
2021-04-15 11:45:58 +08:00
parent 558571a23e
commit ec18efbe7e
6 changed files with 260 additions and 19 deletions
+3
View File
@@ -171,6 +171,9 @@ static const uint8_t SCK = PIN_SPI_SCK;
#define GPS_RX_PIN PIN_SERIAL1_RX
#define GPS_TX_PIN PIN_SERIAL1_TX
// The battery sense is hooked to pin A0
#define BATTERY_PIN PIN_A0
#ifdef __cplusplus
}
#endif