From 499d4e7fadaaa6079639b0f669eadeaa602414bc Mon Sep 17 00:00:00 2001 From: Gavin Hurlbut Date: Mon, 20 Feb 2023 09:57:34 -0500 Subject: [PATCH] Add PCA9536D library (#2497) - stripped down version of the SparkFun one. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 6c1f4fb2..0e4d2229 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5593,3 +5593,4 @@ https://github.com/jpconstantineau/BlueMicro_SAMD_Arduino_Library https://github.com/Bodmer/OpenWeather https://github.com/nyannkov/Psgino https://github.com/Beirdo/Arduino-LM96163 +https://github.com/Beirdo/Arduino-PCA9536