From be2675f2660f36c95bbf595aaa1e02ab411507db Mon Sep 17 00:00:00 2001 From: notmonsoon <136718944+MR01Right@users.noreply.github.com> Date: Wed, 10 Dec 2025 13:31:18 +0800 Subject: [PATCH] Add SHT40 repository link (#7389) This library provides an easy-to-use interface for the SHT40 digital temperature and humidity sensor from Sensirion. The SHT40 is a high-precision, low-power sensor that communicates via I2C. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 6c929f4c..dc7faaf3 100644 --- a/repositories.txt +++ b/repositories.txt @@ -8714,3 +8714,4 @@ https://github.com/joy-it/JoyIT_LSM6DS3TR-C https://github.com/steambinhlong/SBLC https://github.com/MR01Right/BH1730FVC https://github.com/romoloman/esp32-rmt-pwm-reader +https://github.com/MR01Right/SHT40