Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 904 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 904 Bytes

Chico++ Arduino Projects

Blinkenlights

We are working with strands of Adafruit WS2801 LED pixels, configured in a grid installed on ceiling tiles. For more information on basic wiring and led function, see their tutorial.

We're using the Arduino Uno to drive the array.

Requirements

  • Start with a fresh installation of the Arduino distribution. There's no need to install libraries in the main Arduino java library location. Instead, clone this repo and go into the IDE and set your "Sketchbook location" to it. It will load the libraries subdirectory automatically.
  • You'll need to install Andy Brown's port of the C++ std library.