You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
214 B
14 lines
214 B
6 years ago
|
#define LORA_SCK 5
|
||
|
#define LORA_MISO 19
|
||
|
#define LORA_MOSI 27
|
||
|
#define LORA_CS 18
|
||
|
#define LORA_RST 14
|
||
|
#define LORA_IRQ 26
|
||
|
|
||
|
#define LORA_FREQ (433E6)
|
||
|
|
||
|
#define OLED_H 64
|
||
|
#define OLED_W 128
|
||
|
|
||
|
#define GPS_UART UART_NUM_1
|