MAX32625PICO LP1 mode
Dependencies: SX1276GenericLib USBDevice
Fork of PICO_LP1 by
Diff: PinMap.h
- Revision:
- 3:85fc843a9d7d
- Parent:
- 0:664d9df11a00
--- a/PinMap.h Sun Aug 09 19:41:16 2020 +0000 +++ b/PinMap.h Mon Oct 12 21:55:22 2020 +0000 @@ -148,6 +148,22 @@ #define LORA_DIO4 NC // #define LORA_DIO5 NC // +#elif defined(TARGET_MAX32625PICO) // using the RFM95 board + +// #define LED PB_3 // green +#define LED LED2 // green + +#define LORA_SPI_MOSI P0_5 +#define LORA_SPI_MISO P0_6 +#define LORA_SPI_SCLK P0_4 +#define LORA_CS P0_7 +#define LORA_RESET P0_1 +#define LORA_DIO0 P0_2 // DIO0=TxDone/RXDone/CADDone +#define LORA_DIO1 NC // +#define LORA_DIO2 NC // +#define LORA_DIO3 NC // +#define LORA_DIO4 NC // +#define LORA_DIO5 NC // #else