From 8ee1780c288b7e6b409f12d4c96a6d7cc50aa652 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 23 Aug 2021 00:29:46 -0400 Subject: [PATCH] Add NRF52_ISR_Servo Library (#388) ### Releases v1.0.0 1. Basic 16 ISR-based servo controllers using 1 hardware PWM module for nRF52-based board 2. Support to both nRF52832 and nRF52840 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index b2fb1830..d493619a 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4170,3 +4170,4 @@ https://github.com/khoih-prog/STM32_ISR_Servo https://github.com/edge-ml/arduino https://github.com/khoih-prog/RP2040_ISR_Servo https://github.com/khoih-prog/SAMD_ISR_Servo +https://github.com/khoih-prog/NRF52_ISR_Servo