From 3412a88ff02ce41fea4d507545126251c5bf0247 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 22 Sep 2021 01:34:59 -0400 Subject: [PATCH] Add Portenta_H7_PWM Library (#509) ### Initial Releases v1.0.0 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) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 3431ca7d..e8db0f73 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4244,3 +4244,4 @@ https://github.com/winner10920/ESPSerialFlasher https://github.com/khoih-prog/ESP32_PWM https://gitlab.com/tamctec/ft62x6-arduino https://github.com/khoih-prog/ESP8266_PWM +https://github.com/khoih-prog/Portenta_H7_PWM