From 03b0a13ab2dffac5954ee3e32d64696b95793cc7 Mon Sep 17 00:00:00 2001 From: TAMC <91141497+TAMCTec@users.noreply.github.com> Date: Tue, 21 Sep 2021 23:23:44 +0800 Subject: [PATCH 1/3] add TAMC_FT62X6 (#505) * add TAMC_FT62X6 * add newline to the bottom Co-authored-by: George --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index c398ea1f..b1daf6f3 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4241,3 +4241,4 @@ https://github.com/terrorsl/sMQTTBroker https://github.com/FeralAI/MPG/ https://github.com/winner10920/ESPSerialFlasher https://github.com/khoih-prog/ESP32_PWM +https://gitlab.com/tamctec/ft62x6-arduino From 786f6714f69db3598cb01883bb0837d33bd26b9f Mon Sep 17 00:00:00 2001 From: Phoenix1747 Date: Tue, 21 Sep 2021 21:21:09 +0200 Subject: [PATCH 2/3] Update repositories.txt (#506) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index b1daf6f3..4e47d7f1 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/Phoenix1747/MQ135 https://github.com/BreadBoardMates/Arduino-Mates-Controller https://github.com/MajicDesigns/MD_Stepper https://github.com/DFRobot/DFRobot_BMP3XX 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 3/3] 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