From f95f810a818e22a6282c9cd5aed7cd98ab319ba6 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Tue, 7 Jan 2025 17:23:13 +0100 Subject: [PATCH 1/2] Update repositories.txt Add rotaryDecoder8, an Arduino library for a PCF8575 based rotary decoder - supports 8 rotary encoders. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 8bd32195e..714fee39e 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5525,6 +5525,7 @@ https://github.com/RobTillaart/RAIN https://github.com/RobTillaart/randomHelpers https://github.com/RobTillaart/relativity https://github.com/RobTillaart/rotaryDecoder +https://github.com/RobTillaart/rotaryDecoder8 https://github.com/RobTillaart/rotaryDecoderSwitch https://github.com/RobTillaart/RS485 https://github.com/RobTillaart/RunAvgWeight From 91fb0bbb40d8fa927fe1234b1ed67e4aa119aba2 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Wed, 8 Jan 2025 16:49:27 +0100 Subject: [PATCH 2/2] Update repositories.txt Add Arduino library for the I2C APDS9900 light sensor and proximity detector. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 714fee39e..4824fd150 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5346,6 +5346,7 @@ https://github.com/RobTillaart/AnalogUVSensor https://github.com/RobTillaart/Angle https://github.com/RobTillaart/AngleConvertor https://github.com/RobTillaart/ANSI +https://github.com/RobTillaart/APDS9900 https://github.com/RobTillaart/AS5600 https://github.com/RobTillaart/AsyncAnalog https://github.com/RobTillaart/AtomicWeight