From e6a7f59f5c79c1ed7d60afe9d3ef8ffbb2819b82 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sun, 3 Feb 2019 00:10:36 +0100 Subject: [PATCH] Removed RTClib reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb8e15a..a7bc783 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # led-ring-clock An Arduino-based analog clock using an WS2812B addressable RGB LED ring as a display. -This sketch requires the FastLED library, the Wire library (built-in), the EEPROM library (built-in), and the Adafruit RTClib. +This sketch requires the FastLED library, the Wire library (built-in), the EEPROM library (built-in), and the NtpClientLib. https://github.com/FastLED/FastLED https://github.com/gmag11/NtpClient/tree/develop