smartPOC-tx/include/board.h

11 lines
No EOL
189 B
C

// Better
#define LORA_SCK 5
#define LORA_MISO 19
#define LORA_MOSI 27
#define LORA_SS 18
#define LORA_DIO0 26
#define LORA_DIO1 33
#define LORA_DIO2 34
#undef LORA_RST
#define LORA_RST 23