Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 369 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 369 Bytes

automat

Art Projekt

setup arduino

Settins > Additional Board Managers

Add http://arduino.esp8266.com/stable/package_esp8266com_index.json

Tools > Board ... > Borad Manager

Install esp8266

Tools > Manage Libraries

  • PubSubClient
  • ArduinoJson
  • FastLED

Setup Python

virtualenv -p python3.6 ve source ve/bin/activate pip install -r requirements.txt