Search found 1 match

by __illia__
Mon Nov 11, 2019 6:01 pm
Forum: Hardware
Topic: ESP32 RTC GPIO problem
Replies: 1
Views: 2640

ESP32 RTC GPIO problem

Hi

I faced a problem with RTC GPIO. As I ran out of normal GPIO's I am trying to use GPIO35 as an output, while normally this is GPI input only pin.

I tried this code:

rtc_gpio_init(35);
rtc_gpio_set_direction(35, RTC_GPIO_MODE_OUTPUT_ONLY);
rtc_gpio_set_level(35, 1);

It is compiled and ...

Go to advanced search