EasyManua.ls Logo

DFRobot FIREBEETLE BOARD-ESP32 - Page 48

DFRobot FIREBEETLE BOARD-ESP32
49 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Welcome to DFRobot: www.DFRobot.com.cn 48 / 49
esp_deep_sleep_enable_ext0_wakeup is an bottom level setting function. Please do not worry
about its principle and underlying settings related, you just need to know how to use it.
Allocable interruption pin and corresponding pins in the FireBeetle Board-ESP32 shown as below.
The interrupt Parameter
Corresponidng Hardware
GPIO_NUM_0
GPIO0
GPIO_NUM_1
GPIO1
GPIO_NUM_2
GPIO2
GPIO_NUM_3
GPIO3
GPIO_NUM_4
GPIO4
GPIO_NUM_5
GPIO5
GPIO_NUM_6
GPIO6
GPIO_NUM_7
GPIO7
GPIO_NUM_8
GPIO8
GPIO_NUM_9
GPIO9
GPIO_NUM_10
GPIO10
GPIO_NUM_11
GPIO11
GPIO_NUM_12
GPIO12
GPIO_NUM_13
GPIO13
GPIO_NUM_14
GPIO14
GPIO_NUM_15
GPIO15
GPIO_NUM_16
GPIO16
GPIO_NUM_17
GPIO17
GPIO_NUM_18
GPIO18
GPIO_NUM_19
GPIO19
GPIO_NUM_21
GPIO21
GPIO_NUM_22
GPIO22
GPIO_NUM_23
GPIO23
GPIO_NUM_25
GPIO25
GPIO_NUM_26
GPIO26
GPIO_NUM_27
GPIO27
GPIO_NUM_34
GPIO34
GPIO_NUM_35
GPIO35
GPIO_NUM_36
GPIO36
GPIO_NUM_39
GPIO39
Caution: Please only use GPIO_NUM_X to pass a parameter of pin when allocate the interrupt pin
to awake. Due to the underlying function called cannot pass Dx directly in Arduino ino file.