Update README.md

This commit is contained in:
2017-11-17 03:20:43 +03:00
committed by GitHub
parent bdda579dfd
commit 4e5300134e

View File

@@ -21,22 +21,23 @@ use
avrdude -v -V -patmega2560 -cwiring -b115200 -D -Uflash:w:lighthub.ino.hex:i avrdude -v -V -patmega2560 -cwiring -b115200 -D -Uflash:w:lighthub.ino.hex:i
to flash your Mega 2560 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) # 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: For patched libraries, appropriate GitHub repo URL provided:
Arduino-Temperature-Control-Library https://github.com/anklimov/Arduino-Temperature-Control-Library * Arduino-Temperature-Control-Library https://github.com/anklimov/Arduino-Temperature-Control-Library
DS2482_OneWire https://github.com/anklimov/DS2482_OneWire * DS2482_OneWire https://github.com/anklimov/DS2482_OneWire
FastLED * FastLED
Wire (standard) * Wire (standard)
Artnet * 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) * 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 * HTTPClient https://github.com/anklimov/HTTPClient
aJson https://github.com/anklimov/aJson * aJson https://github.com/anklimov/aJson
CmdArduino https://github.com/anklimov/CmdArduino * CmdArduino https://github.com/anklimov/CmdArduino
EEPROM (standard for AVR) or DueFlashStorage for DUE * EEPROM (standard for AVR) or DueFlashStorage for DUE
ModbusMaster https://github.com/anklimov/ModbusMaster * ModbusMaster https://github.com/anklimov/ModbusMaster
pubsubclient-2.6 * pubsubclient-2.6
DMXSerial-master (for AVR) https://github.com/anklimov/DMXSerial * DMXSerial-master (for AVR) https://github.com/anklimov/DMXSerial
Ethernet https://github.com/anklimov/Ethernet * Ethernet https://github.com/anklimov/Ethernet
SPI (standard) * SPI (standard)