From bdda579dfdfae041a33340ab7f5b7e666e1fdf6c Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Fri, 17 Nov 2017 03:19:00 +0300 Subject: [PATCH] Dependencies is described --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 38afa37..fdf3601 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,23 @@ Compiled image has been added to compiled/ folder use avrdude -v -V -patmega2560 -cwiring -b115200 -D -Uflash:w:lighthub.ino.hex:i to flash your Mega 2560 + +#Dependences (quite big number of libs required. Use git clone to have your local copy in your Arduino libs folder) + +For patched libraries, appropriate GitHub repo URL provided: + +Arduino-Temperature-Control-Library https://github.com/anklimov/Arduino-Temperature-Control-Library +DS2482_OneWire https://github.com/anklimov/DS2482_OneWire +FastLED +Wire (standard) +Artnet +DmxSimple https://github.com/anklimov/DmxSimple (for AVR) or https://github.com/anklimov/ESP-Dmx (for ESP) or https://github.com/anklimov/DmxDue (for DUE) +HTTPClient https://github.com/anklimov/HTTPClient +aJson https://github.com/anklimov/aJson +CmdArduino https://github.com/anklimov/CmdArduino +EEPROM (standard for AVR) or DueFlashStorage for DUE +ModbusMaster https://github.com/anklimov/ModbusMaster +pubsubclient-2.6 +DMXSerial-master (for AVR) https://github.com/anklimov/DMXSerial +Ethernet https://github.com/anklimov/Ethernet +SPI (standard)