19 lines
422 B
C
19 lines
422 B
C
#ifndef BUSCFG_FILE
|
|
#define BUSCFG_FILE
|
|
|
|
#include "soc/gpio_num.h"
|
|
|
|
#define ESP_USB_DP GPIO_NUM_20
|
|
#define ESP_USB_DM GPIO_NUM_19
|
|
#define ESP_RXD0 GPIO_NUM_44
|
|
#define ESP_TXD0 GPIO_NUM_43
|
|
|
|
#define HSPI_MISO_GPIO GPIO_NUM_11
|
|
#define HSPI_MOSI_GPIO GPIO_NUM_10
|
|
|
|
#define HSPI_SCK_GPIO GPIO_NUM_9
|
|
#define HSPI_LORA_CS GPIO_NUM_8
|
|
#define LORA_DIO1 GPIO_NUM_14
|
|
#define LORA_BUSY GPIO_NUM_13
|
|
#define LORA_RESET GPIO_NUM_12
|
|
#endif |