Search found 2 matches
- Fri May 10, 2024 9:59 pm
- Forum: ESP-IDF
- Topic: Unable to toggle esp32 c6 GPIO_NUM_4
- Replies: 5
- Views: 1723
Re: Unable to toggle esp32 c6 GPIO_NUM_4
I am now using esp32 c6 wroom-1 dev board without connecting anything. Still not working.
- Wed Feb 21, 2024 8:40 am
- Forum: ESP-IDF
- Topic: Unable to toggle esp32 c6 GPIO_NUM_4
- Replies: 5
- Views: 1723
Unable to toggle esp32 c6 GPIO_NUM_4
Hi, I am not sure why i am unable to toggle esp32 c6 GPIO_4. I am able to toggle GPIO_5. Same code works for esp32. But for GPIO_4 its always low. Does this pin require special configuration? I looked throughout the documentation and didn't find such case. #include <stdio.h> #include "esp_log.h" #in...