From 0b4a4a7ab98ebb202accedf8fe35fe06ef0a6282 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 8 Nov 2022 21:06:50 -0500 Subject: [PATCH] [Library Manager] Add ATtiny_PWM library (#2079) ### Initial Releases v1.0.0 1. Initial coding to support Arduino **AVR ATtiny-based boards (ATtiny3217, etc.)** using [**megaTinyCore**](https://github.com/SpenceKonde/megaTinyCore) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 66c85974..523ace91 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5320,3 +5320,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM50B_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM45B_LM45C_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35D_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TI_LM35C_LM35CA_00000057 +https://github.com/khoih-prog/ATtiny_PWM