From c87435059393cf9d0430cabcb0ce22f482c6a643 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 20 Aug 2021 22:14:59 -0400 Subject: [PATCH] Add STM32_ISR_Servo Library (#381) ### Releases v1.0.0 1. Basic 16 ISR-based servo controllers using 1 hardware timer for STM32F/L/H/G/WB/MP1-based board 2. Tested with **STM32L5 (NUCLEO_L552ZE_Q)** and **STM32H7 (NUCLEO_H743ZI2)** --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 2508b1b3..b6b52809 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4164,3 +4164,4 @@ https://github.com/BEAT-System/SerialCom https://github.com/SchooMyDevelopment/SchooMyUtilities https://github.com/khoih-prog/FlashStorage_STM32F1 https://bitbucket.org/David_Such/nexgen_motorshield +https://github.com/khoih-prog/STM32_ISR_Servo