StefanBruens / ESP8266_new_pwm

This is a drop-in replacement for the ESP8266 SDK PWM
GNU General Public License v2.0
196 stars 46 forks source link

"fast" pwm #1

Closed eriksl closed 7 years ago

eriksl commented 8 years ago

http://www.esp8266.com/viewtopic.php?p=52383#p52383

StefanBruens commented 7 years ago

The implemented PWM corresponds to what ATMEL calls the "Fast PWM" mode.

The other two modes are mostly relevant for motor control. If used for motor control, you should be able to give some realtime guarantees, which are not in reach for a software PWM.