[SOLVED] Change level wake after first wake up
Posted: Thu Jul 06, 2017 10:37 pm
I'm doing this to sleep my device:
As my external pulse will remain LOW for a long time, I'd like to change the trigger level to the oposite.
I understand this can be done with a stub, but I'm not sure if it's really possible.
Is it possible, can anyone give an example?
Code: Select all
esp_deep_sleep_enable_ext0_wakeup (GPIO_NUM_33, 0);
I understand this can be done with a stub, but I'm not sure if it's really possible.
Is it possible, can anyone give an example?