Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 807 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 807 Bytes

This is a simple project for driving a strip of serial LEDs with an esp8826 using the Adafruit_GFX library.

Modules used:

Building

  • run ./prepare.sh to set up submodules and toolchain (only needed once)
  • run make upload to build the project and flash the esp8826

This project will simply connect to the WiFi network specified in main.ino and display the IP address it got once it's connected.