From 4de78903b36dfdaa940dc40ce5667db6e44293d7 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Sun, 8 May 2022 12:28:57 +0200 Subject: [PATCH] Add DHTINT (#1373) * Add DEVFULL DEVFULL mimics the /dev/full device of Linux, can be used for testing. * Add WaveMix Arduino library to mix two signals (A and B) with an adaptive weight. * add DHTINT integer only DHT library to save footprint for processors with small memory e.g. UNO, attiny45/85 etc. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 980bf043..88360189 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3284,6 +3284,7 @@ https://github.com/RobTillaart/DHT12 https://github.com/RobTillaart/DHT20 https://github.com/RobTillaart/DHT2pin https://github.com/RobTillaart/DHTlib +https://github.com/RobTillaart/DHTINT https://github.com/RobTillaart/DHTNew https://github.com/RobTillaart/DHTstable https://github.com/RobTillaart/DistanceTable