smartPOC-tx/include/board.h
cheetah c3e574f443
Some checks failed
build / build (push) Has been cancelled
moved files to include
2025-03-30 17:11:51 +02:00

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 14