Removed RTClib reference

This commit is contained in:
Marcus Scholz 2019-02-03 00:10:36 +01:00
parent cbf6b79e73
commit e6a7f59f5c
1 changed files with 1 additions and 1 deletions

View File

@ -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