ESP8266_new_pwm
ESP8266_new_pwm copied to clipboard
This is a drop-in replacement for the ESP8266 SDK PWM
Hello :) I am working on a board that can easily control up to 5 pwm outputs or 1 RGB light an 2 pwm outputs using one ESP12f. It is...
Hi, First of all, thanks for this awesome library! I've been using it a lot. Second, I began wondering if the timing works correctly when the CPU frequency is set...
By including `user_config.h` at the top of the file, it's possible to make configuration changes while using the unmodified code from the repository. To make that also possible for both...
Hello, today I replaced my analogWrite() based stuff by you library. All my flicker-issues immediately disappeared - great work! The only drawback for me is that the use of your...