From c83113fe6cce983fb45bb36870721d4a5ee5272b Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 21 Sep 2021 02:12:23 -0400 Subject: [PATCH] Add ESP32_PWM Library (#504) ### 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 0497001f..c398ea1f 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