From 983350f95d12bf9fb33bfe8fdddf6e24c4344baf Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 28 Sep 2021 00:14:39 -0400 Subject: [PATCH] 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. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 72df16bf..bfd280cc 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4270,3 +4270,4 @@ https://github.com/khoih-prog/nRF52_Slow_PWM https://github.com/Wh1teRabbitHU/ADS1115-Driver https://github.com/khoih-prog/AVR_Slow_PWM https://github.com/khoih-prog/megaAVR_Slow_PWM +https://github.com/khoih-prog/Teensy_Slow_PWM