From c2a1127449fac61f4a5d93f7869875fcb655f1e8 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 21 Sep 2021 02:10:47 -0400 Subject: [PATCH] Add ESP32_PWM Library ### Releases v1.0.0 1. Initial coding for ESP32, ESP32_S2 boards using [ESP32 core v2.0.0+](https://github.com/espressif/arduino-esp32/releases/tag/2.0.0) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 0497001f0..c398ea1f0 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4240,3 +4240,4 @@ https://github.com/Seeed-Studio/Seeed_Arduino_Sketchbook https://github.com/terrorsl/sMQTTBroker https://github.com/FeralAI/MPG/ https://github.com/winner10920/ESPSerialFlasher +https://github.com/khoih-prog/ESP32_PWM