From 1e5375cec38ffd6b337623c0635584d814c435d1 Mon Sep 17 00:00:00 2001 From: notmonsoon <136718944+MR01Right@users.noreply.github.com> Date: Wed, 10 Dec 2025 13:30:14 +0800 Subject: [PATCH] Add SHT40 repository link 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 6c929f4cc..dc7faaf3c 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