From 956ed3668938446d3d6673921b031f0b3b0e7ed7 Mon Sep 17 00:00:00 2001 From: AlexRosito67 <140288265+AlexRosito67@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:39:25 -0700 Subject: [PATCH] Update repositories.txt (#3146) Adding: QUAD7SHIFT Library for driving 4 digits seven segments displays for modules that use 74HC595 shift registers. For ARDUINO UNO and NANO and ATtiny85 (or other ATtinys that use the same USI (Universal Serial Interface) module and same pins as the ATtiny85). --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 6b82571c..50f5f5f3 100644 --- a/repositories.txt +++ b/repositories.txt @@ -6085,3 +6085,4 @@ https://github.com/todd-herbert/unoHID https://github.com/adafruit/Adafruit_TSC2046 https://github.com/FacundoPumilla/MQ137 https://github.com/JSC-electronics/acdu-support-library +https://github.com/AlexRosito67/QUAD7SHIFT