From dfcc3673706d6f85fb3de7af5bb2532a08365e50 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Tue, 11 Jan 2022 20:39:59 +0100 Subject: [PATCH] Add DHT20 - I2C temperature and humidity sensor (#901) * Add MCP23S08 8 bit SPI IO extender * add mcp23008 i2c 8 channel IO extender * Add DHT20 - I2C temperature and humidity sensor --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 15f83fee..144239be 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3136,6 +3136,7 @@ https://github.com/RobTillaart/DAC8554 https://github.com/RobTillaart/DEVNULL https://github.com/RobTillaart/DEVRANDOM https://github.com/RobTillaart/DHT12 +https://github.com/RobTillaart/DHT20 https://github.com/RobTillaart/DHT2pin https://github.com/RobTillaart/DHTlib https://github.com/RobTillaart/DHTNew