From 03522f005e3d1f2d800dcfe2da6d4f9e9636405d Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 22 Sep 2021 16:47:45 -0400 Subject: [PATCH] Add Portenta_H7_Slow_PWM Library (#525) 1. Initial coding to support **Portenta_H7 boards** such as Portenta_H7 Rev2 ABX00042, etc., using [**ArduinoCore-mbed mbed_portenta** core](https://github.com/arduino/ArduinoCore-mbed). Max PWM frequency is limited at 1000Hz. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 399a7695..8d310b47 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4252,3 +4252,4 @@ https://github.com/khoih-prog/Portenta_H7_PWM https://github.com/tamctec/ft62x6-arduino https://github.com/awgrover/Every-for-arduino https://github.com/bobboteck/CWLibrary +https://github.com/khoih-prog/Portenta_H7_Slow_PWM