From a1cdf4268f0ae2f020a55c9d30728c545c56f3ef Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 28 Sep 2021 23:22:28 -0400 Subject: [PATCH] Add SAMDUE_Slow_PWM Library (#548) ### Initial Releases v1.0.0 1. Initial coding to support **SAM_DUE**, etc. using [`Arduino SAM core`](https://github.com/arduino/ArduinoCore-sam) 2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 1000Hz with acceptable accuracy. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index bfd280cc..9b4b7ed1 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4271,3 +4271,4 @@ 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 +https://github.com/khoih-prog/SAMDUE_Slow_PWM