From 5de9e8012f3d25d307fbf8e40a274f521387203d Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Mon, 3 Jan 2022 20:44:04 +0100 Subject: [PATCH] Add PCA9634 8 channel PWM / led driver (#855) * 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 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index e58a1c88..deca452e 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3168,6 +3168,7 @@ https://github.com/RobTillaart/Optoma https://github.com/RobTillaart/palindrome https://github.com/RobTillaart/PAR27979 https://github.com/RobTillaart/ParallelPrinter +https://github.com/RobTillaart/PCA9634 https://github.com/RobTillaart/PCA9635 https://github.com/RobTillaart/PCA9685_RT https://github.com/RobTillaart/PCF8574