From c3aca67487c6d7a4cdbd37c97b7d2f3f7e3b283c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 28 Aug 2022 01:17:33 -0400 Subject: [PATCH] Add ATtiny_Slow_PWM Library (#1764) ### Initial Release v1.0.0 1. Intial release to support Arduino **AVR ATtiny-based boards (ATtiny3217, etc.) using megaTinyCore** --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 1d2ee9b5..adf31e3e 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5145,3 +5145,4 @@ https://github.com/NewhavenDisplay/NHD-Character-LCD-Library https://github.com/khoih-prog/ATtiny_TimerInterrupt https://github.com/berrak/LedTask https://github.com/asjdf/WebSerialLite +https://github.com/khoih-prog/ATtiny_Slow_PWM