SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.53k stars 491 forks source link

Multi-Channel Soft PWM library #579

Closed nochkin closed 6 years ago

nochkin commented 6 years ago

This is the soft PWM library with the support of independent multiple channels. As per Issue 568 I think it makes more sense to add it as a separate library to avoid potential issues with the existing projects where the original single-channel PWM library is being used already.

I added the correspondent example as well.