From 7a5d3f91cd95a8499008a2d5653a67d4516633c2 Mon Sep 17 00:00:00 2001 From: majorpbx <18235905+majorpbx@users.noreply.github.com> Date: Sun, 17 Oct 2021 22:05:20 -0400 Subject: [PATCH] Update README.md Added RTClib link to the Readme. --- Cart_Reader/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Cart_Reader/README.md b/Cart_Reader/README.md index 302c8ab..29fb9a7 100644 --- a/Cart_Reader/README.md +++ b/Cart_Reader/README.md @@ -63,3 +63,4 @@ GFX Lib: https://github.com/adafruit/Adafruit-GFX-Library BusIO: https://github.com/adafruit/Adafruit_BusIO RGB Tools lib: https://github.com/joushx/Arduino-RGB-Tools SI5351 lib: https://github.com/etherkit/Si5351Arduino +RTC lib: https://github.com/adafruit/RTClib (If you include an RTC)