An open API service providing repository metadata for many open source software ecosystems.

GitHub / khoih-prog / ESP8266_PWM

This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board to create and output PWM to pins. It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they're ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khoih-prog%2FESP8266_PWM

Stars: 11
Forks: 2
Open issues: 0

License: mit
Language: C
Size: 108 KB
Dependencies parsed at: Pending

Created at: over 3 years ago
Updated at: about 2 years ago
Pushed at: over 2 years ago
Last synced at: about 2 years ago

Topics: duty-cycle, esp8266, isr-based-pmw, multi-channel-pwm, non-blocking, on-the-fly, precise, pwm, pwm-driver, pwm-duty-cycle, pwm-frequency

    Loading...