From 7089ad45a48eb53b2d747f344a4d8bb9f30fbb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=BD=87?= Date: Tue, 22 Jul 2025 10:19:50 +0800 Subject: [PATCH 1/4] Add some DFRobot libraries --- repositories.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/repositories.txt b/repositories.txt index ed2bbf265..97420cb4d 100644 --- a/repositories.txt +++ b/repositories.txt @@ -2141,11 +2141,13 @@ https://github.com/devxplained/HTU21D-Sensor-Library https://github.com/devxplained/MAX3010x-Sensor-Library https://github.com/DFRobot/DFRobot_AD9837 https://github.com/DFRobot/DFRobot_ADS1115 +https://github.com/DFRobot/DFRobot_ADS1115_0_10V https://github.com/DFRobot/DFRobot_ADXL345 https://github.com/DFRobot/DFRobot_AHT20 https://github.com/DFRobot/DFRobot_AirQualitySensor https://github.com/DFRobot/DFRobot_Alcohol https://github.com/DFRobot/DFRobot_AS3935 +https://github.com/DFRobot/DFRobot_AS6221 https://github.com/DFRobot/DFRobot_AS7341 https://github.com/DFRobot/DFRobot_ASR https://github.com/DFRobot/DFRobot_B_LUX_V30B @@ -2161,6 +2163,7 @@ https://github.com/DFRobot/DFRobot_BMX160 https://github.com/DFRobot/DFRobot_BT401 https://github.com/DFRobot/DFRobot_C4001 https://github.com/DFRobot/DFRobot_CCS811 +https://github.com/DFRobot/DFRobot_Cosmo https://github.com/DFRobot/DFRobot_CH423 https://github.com/DFRobot/DFRobot_DF1101S https://github.com/DFRobot/DFRobot_DF1201S @@ -2176,8 +2179,10 @@ https://github.com/DFRobot/DFRobot_EnvironmentalSensor https://github.com/DFRobot/DFRobot_EOxygenSensor https://github.com/DFRobot/DFRobot_FreeTenIMU https://github.com/DFRobot/DFRobot_Gesture_Touch +https://github.com/DFRobot/DFRobot_GestureFaceDetection https://github.com/DFRobot/DFRobot_GM60 https://github.com/DFRobot/DFRobot_GNSS +https://github.com/DFRobot/DFRobot_GNSSAndRTC https://github.com/DFRobot/DFRobot_GP8302 https://github.com/DFRobot/DFRobot_GP8403 https://github.com/DFRobot/DFRobot_GP8XXX @@ -2201,6 +2206,7 @@ https://github.com/DFRobot/DFRobot_Lora https://github.com/DFRobot/DFRobot_LPUPS https://github.com/DFRobot/DFRobot_LSM303 https://github.com/DFRobot/DFRobot_LWLP +https://github.com/DFRobot/DFRobot_LTR308 https://github.com/DFRobot/DFRobot_Maqueenplus https://github.com/DFRobot/DFRobot_MAX17043 https://github.com/DFRobot/DFRobot_MAX31855 @@ -2229,6 +2235,7 @@ https://github.com/DFRobot/DFRobot_RS01 https://github.com/DFRobot/DFRobot_RTU https://github.com/DFRobot/DFRobot_SCD4X https://github.com/DFRobot/DFRobot_SerialScreen771 +https://github.com/DFRobot/DFRobot_SFA40 https://github.com/DFRobot/DFRobot_SGP40 https://github.com/DFRobot/DFRobot_SHT https://github.com/DFRobot/DFRobot_SHT20 @@ -2241,6 +2248,7 @@ https://github.com/DFRobot/DFRobot_STS3X https://github.com/DFRobot/DFRobot_SU03T https://github.com/DFRobot/DFRobot_TCS3430 https://github.com/DFRobot/DFRobot_TCS34725 +https://github.com/DFRobot/DFRobot_TM6605 https://github.com/DFRobot/DFRobot_TMF8x01 https://github.com/DFRobot/DFRobot_URM07 https://github.com/DFRobot/DFRobot_URM09 From 9dcec73bddba9e71a9e56d73068850198d93925c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BF=97=E9=91=AB?= <52227148+96liuzhixin@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:49:06 +0800 Subject: [PATCH 2/4] Update repositories.txt add MHZ9041A library --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 97420cb4d..dc0181b4a 100644 --- a/repositories.txt +++ b/repositories.txt @@ -2261,6 +2261,7 @@ https://github.com/DFRobot/DFRobot_VL6180X https://github.com/DFRobot/DFRobot_VoiceRecorder https://github.com/DFRobot/DFRobotDFPlayerMini https://github.com/DFRobot/DFRobotIRPosition +https://github.com/DFRobot/DFRobot_MHZ9041A https://github.com/dgduncan/Arduino-MCP4131 https://github.com/dgduncan/SevenSegment https://github.com/Dhanabhon/TomIBT2 From 63d994edd6fbbb4c42c0628c454ffa2f333c6daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=B3=B0?= <71751335+fary99@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:24:19 +0800 Subject: [PATCH 3/4] Update repositories.txt add DFROBOT_CT1780 & DFROBOT_TM6605 --- repositories.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repositories.txt b/repositories.txt index b58e62beb..e2bb6cc5f 100644 --- a/repositories.txt +++ b/repositories.txt @@ -2405,6 +2405,8 @@ https://github.com/DFRobot/DFRobot_VoiceRecorder https://github.com/DFRobot/DFRobotDFPlayerMini https://github.com/DFRobot/DFRobotIRPosition https://github.com/DFRobot/DFRobot_MHZ9041A +https://github.com/DFRobot/DFRobot_CT1780 +https://github.com/DFRobot/DFRobot_TM6605 https://github.com/dgduncan/Arduino-MCP4131 https://github.com/dgduncan/SevenSegment https://github.com/Dhanabhon/TomIBT2 From 3d90c5030606b54d6c6c62381ff88ea36fb86a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=B3=B0?= <71751335+fary99@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:29:47 +0800 Subject: [PATCH 4/4] Update repositories.txt --- repositories.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/repositories.txt b/repositories.txt index e2bb6cc5f..9aa631764 100644 --- a/repositories.txt +++ b/repositories.txt @@ -2406,7 +2406,6 @@ https://github.com/DFRobot/DFRobotDFPlayerMini https://github.com/DFRobot/DFRobotIRPosition https://github.com/DFRobot/DFRobot_MHZ9041A https://github.com/DFRobot/DFRobot_CT1780 -https://github.com/DFRobot/DFRobot_TM6605 https://github.com/dgduncan/Arduino-MCP4131 https://github.com/dgduncan/SevenSegment https://github.com/Dhanabhon/TomIBT2