From d35ba7584ee6db107fbaa737930b7b35382e70fd Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 27 Sep 2021 02:10:34 -0400 Subject: [PATCH] Add AVR_Slow_PWM Library (#540) ### Initial Releases v1.0.0 1. Initial coding to support **AVR boards, such as Mega-2560, UNO,Nano, Leonardo, etc.**, etc. using AVR core 2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 500Hz with acceptable accuracy. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 03d78469..9f4b6d98 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4265,3 +4265,4 @@ https://github.com/khoih-prog/RP2040_Slow_PWM https://github.com/khoih-prog/nRF52_MBED_Slow_PWM https://github.com/khoih-prog/nRF52_Slow_PWM https://github.com/Wh1teRabbitHU/ADS1115-Driver +https://github.com/khoih-prog/AVR_Slow_PWM