From 9884cba9cf41c3df70bb75c03a9357b1064fae6c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 4 Nov 2022 00:24:19 -0400 Subject: [PATCH] [Library Manager] Add SAMDUE_PWM library (#2056) ### Initial Releases v1.0.0 1. Initial coding to support **SAM_DUE** using [`Arduino SAM core`](https://github.com/arduino/ArduinoCore-sam) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 93b2000d..00ab5158 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5306,3 +5306,4 @@ https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS-MSS_00000057 https://github.com/RLL-Blue-Dragon/OSS-EC_TDK_CHS_UPS_UPR_UGS_UGR_00000057 https://github.com/khoih-prog/SAMD_PWM https://github.com/mcmchris/mcm-grove-voltage-sensor +https://github.com/khoih-prog/SAMDUE_PWM