Search found 1 match

by KAZ32i
Thu Jan 11, 2018 11:39 pm
Forum: General Discussion
Topic: ledc doesn't output high when duty is small value
Replies: 0
Views: 2134

ledc doesn't output high when duty is small value

Hi, I'm testing the ledc example. https://github.com/espressif/esp-idf/tree/master/examples/peripherals/ledc In my environment, when I set LEDC_TEST_DUTY to a higher value than 300, it works well. However when I set LEDC_TEST_DUTY to a value less than 200, the example doesn't output high. Is there a...