From d83c40c869386488ae9cc410d98bc06a3f4f4261 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 21 Sep 2021 18:56:38 -0400 Subject: [PATCH] Add ESP8266_PWM Library (#507) ### Releases v1.0.0 1. Initial coding for ESP8266 boards using [ESP8266 core v3.0.2+](https://github.com/esp8266/Arduino/releases/tag/3.0.2) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 4e47d7f1..3431ca7d 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4243,3 +4243,4 @@ https://github.com/FeralAI/MPG/ 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