Setting a GPIO pin to high inside the wake stub
Posted: Wed Nov 08, 2017 4:13 am
Is it possible to set an RTC GPIO pin to high inside the wake stub?
Cheers,
Mustafa
Cheers,
Mustafa
ESP32 Official Forum
http://forum.esp32.com/
Code: Select all
gpio_output_set(BIT4, 0, BIT4, 0);
Code: Select all
gpio_output_set(0, BIT4, BIT4, 0);