Page 1 of 1

Set Level of GPIO at sleep

Posted: Thu May 30, 2019 11:54 am
by alemg77
Hi,

I want to set the level of an output in the Sleep state but I can´t.

I try to use the function rtc_gpio_set_level () but Arduino can´t find it.

#include "rtc_io.h" does not work either.

Please help.

Re: Set Level of GPIO at sleep

Posted: Thu Jun 20, 2019 6:02 pm
by alemg77
I will answer myself:


#include "driver/rtc_io.h"

It's the solution