From a4350db00450a3646e94158aa686a7e05259c95e Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Thu, 14 Oct 2021 14:13:10 +0200 Subject: [PATCH] Add MINMAX library (#585) * add TCA9555 * add RobTIllaart/SGP30 * Add AGS02MA TVOC sensor - experimental library, use low speed I2C < 30 KHz, UNO does not really work as it cannot go that low. * add MTP40C CO2 and air pressure sensor * Add MTP40C CO2 and air pressure sensor * Update repositories.txt add experimental library - DAC8550 * Update repositories.txt * Update repositories.txt * add MINMAX library Library to find peaks in a signal --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index b116a232..27b6b5c4 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3041,6 +3041,7 @@ https://github.com/RobTillaart/MCP_DAC https://github.com/RobTillaart/MCP23017_RT https://github.com/RobTillaart/MCP4725 https://github.com/RobTillaart/MCP9808_RT +https://github.com/RobTillaart/MINMAX https://github.com/RobTillaart/ML8511 https://github.com/RobTillaart/MS5611 https://github.com/RobTillaart/MT8870