Search found 1 match
- Tue Aug 14, 2018 4:10 pm
- Forum: General Discussion
- Topic: Error using ledc_set_freq() function
- Replies: 1
- Views: 4643
Error using ledc_set_freq() function
Hi all, I was trying to combine two ESP-IDF examples: one is ADC that I use an external potentiometer to adjust the ADC reading, and the other is to update the blinking LED PWM frequency. Hardware setup: Pot: 3.3V, GND, and pin GPIO34 GPIO 18 -> LED -> 330 Ohm resistor -> GND Here is my code: ADC_PW...