From 7f8fc082f1d8eff0145ad338bb07e660b16d37d1 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Thu, 6 Jan 2022 12:03:42 +0100 Subject: [PATCH] Add AM2315 library (#864) * 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 * Update repositories.txt * Update repositories.txt * Add float16 Experimental library to convert value to 2 byte float16 format for more efficient storage and communication. * add palindrome library with functions to test and find palindromes * add map2colour * add PCA9634 library 8 channel PWM / LED driver * Add Max44007 library experimental LUX library, similar as Max44009 * Add AM2315 library experimental first version --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 5ce64992..4a5f4eca 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3090,6 +3090,7 @@ https://github.com/RobTillaart/AD985X https://github.com/RobTillaart/ADS1X15 https://github.com/RobTillaart/ADT7470 https://github.com/RobTillaart/AGS02MA +https://github.com/RobTillaart/AM2315 https://github.com/RobTillaart/AM232X https://github.com/RobTillaart/AnalogKeypad https://github.com/RobTillaart/AnalogPin