Added more information for setting up the Arduino IDE

This commit is contained in:
Scott Lawson 2016-12-27 18:28:03 -07:00 committed by GitHub
parent 072fcf528a
commit 1008a65da2
1 changed files with 3 additions and 1 deletions

View File

@ -61,7 +61,9 @@ pip install pyaudio
If `pip` is not found try using `python -m pip install` instead.
## Arduino dependencies
The [ws2812b i2s library](https://github.com/JoDaNl/esp8266_ws2812_i2s) must be downloaded and installed in the Arduino libraries folder.
ESP8266 firmare is uploaded using the Arduino IDE. See [this tutorial](https://learn.sparkfun.com/tutorials/esp8266-thing-hookup-guide/installing-the-esp8266-arduino-addon) to setup the Arduino IDE for ESP8266.
cThis [ws2812b i2s library](https://github.com/JoDaNl/esp8266_ws2812_i2s) must be downloaded and installed in the Arduino libraries folder.
# Setup / Getting Started
Information coming soon. README is currently under active development.