Deepsleep and Pin value
-
Hello,
Quick question, if I put a GPIO to high before going to deepsleep, will it remain high once in deepsleep ?
Thanks.
-
@robert-hh Perfect, I will have a look at it, thank you.
-
@bnjroos There is a pin.hold() method supposed to do that:
(https://docs.pycom.io/pycom_esp32/library/machine.Pin.html?highlight=pin.hold#machine.pin.hold)
But there are also some comments that it does not work. So you have to try yourself. I did not check that myself.