From d8ea5b2024d797dcd06c8b7d0217b6fad95450ee Mon Sep 17 00:00:00 2001 From: Christoph Wempe Date: Tue, 5 Jun 2018 00:41:32 +0200 Subject: [PATCH] Add EEPROM and Embedis libraries to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20d82b0..ba2f6ae 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ The graphical layout is based on [Googles Material Design Guidelines](https://ma Some need to be downloaded manually (via git). * [**FastLED**](https://github.com/FastLED/FastLED) (tested with v3.1.6; via Library Manager) * [**ITEADLIB\_Arduino\_Nextion**](https://github.com/itead/ITEADLIB_Arduino_Nextion#latestunstable) (tested with v0.9.0) + * [**EEPROM**](https://www.arduino.cc/en/Reference/EEPROM) (tested with v1.0.0; via Library Manager) + * [**Embedis**](https://github.com/thingSoC/embedis) (tested with v1.2.0; via Library Manager) * [**elapsedMillis**](https://github.com/pfeerick/elapsedMillis) (tested with v1.0.4; via Library Manager) * [**DHT sensor library**](https://github.com/adafruit/DHT-sensor-library) (tested with v1.3.0; via Library Manager) * [**Adafruit Unified Sensor**](https://github.com/adafruit/Adafruit_Sensor) (tested with v1.0.2; via Library Manager)