1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-07 14:41:10 +03:00

Add Teensy_Slow_PWM Library (#546)

### Initial Releases v1.0.0

1. Initial coding to support **Teensy boards, such as Teensy 2.x, Teensy LC, Teensy 3.x, Teensy 4.x, Teensy MicroMod, etc.**, using [Teensyduno core](https://www.pjrc.com/teensy/td_download.html)

2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 500-1000Hz with acceptable accuracy.
This commit is contained in:
Khoi Hoang
2021-09-28 00:14:39 -04:00
committed by GitHub
parent f72e26f937
commit 983350f95d

View File

@ -4270,3 +4270,4 @@ https://github.com/khoih-prog/nRF52_Slow_PWM
https://github.com/Wh1teRabbitHU/ADS1115-Driver https://github.com/Wh1teRabbitHU/ADS1115-Driver
https://github.com/khoih-prog/AVR_Slow_PWM https://github.com/khoih-prog/AVR_Slow_PWM
https://github.com/khoih-prog/megaAVR_Slow_PWM https://github.com/khoih-prog/megaAVR_Slow_PWM
https://github.com/khoih-prog/Teensy_Slow_PWM