CUSTOM GPIOs the SX1262MB2CAS shield when installed on the NRF52840-DK development board

This commit is contained in:
geeksville
2020-04-29 12:57:34 -07:00
parent 1b265eb48d
commit a7d153abcb
3 changed files with 8 additions and 34 deletions
+6
View File
@@ -139,6 +139,12 @@ static const uint8_t SCK = PIN_SPI_SCK;
#define EXTERNAL_FLASH_DEVICES MX25R6435F
#define EXTERNAL_FLASH_USE_QSPI
// CUSTOM GPIOs the SX1262MB2CAS shield when installed on the NRF52840-DK development board
#define SX1262_CS (32 + 8) // P1.08
#define SX1262_DIO1 (32 + 6) // P1.06
#define SX1262_RESET (0 + 3) // P0.03
#define SX1262_ANT_SW (32 + 10) // P1.10
#ifdef __cplusplus
}
#endif