Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding ws2812b-leonardo code
  • Loading branch information
4dvn authored Jan 24, 2020
1 parent 6140141 commit fa3edcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LED Strip MIDI for Teensy - controlling LED strips via MIDI
# LED Strip MIDI for Teensy, Atmega32u4 - controlling LED strips via MIDI

This Arduino project allows for controlling a LED strip from a DAW program (via MIDI) over a Teensy microcontroller.

Expand All @@ -8,7 +8,7 @@ This Arduino project allows for controlling a LED strip from a DAW program (via
* The **LPD8806** and **WS2812B** strips are implemented in separate Arduino projects.
* USB Development Board
* A **32-bit PJRC Teensy** is highly recommended. A [Teensy-LC](https://www.pjrc.com/store/teensylc.html) was used while developing this project and is officially supported alongside other Teensy 3 models.
* Teensy 2 (8-bit) and certain Arduino boards might work, but have not been tested and are not officially supported.
* Teensy 2 (8-bit) and certain Arduino boards might work, tested and supported.
* [Arduino Software](https://www.arduino.cc/en/Main/Software)
* Developed with **version 1.8.5**, but older versions will likely work.
* Also requires [Teensyduino](https://www.pjrc.com/teensy/teensyduino.html), and the [LPD8806 Arduino library](https://github.com/adafruit/LPD8806) if you're using the LPD8806.
Expand Down

0 comments on commit fa3edcf

Please sign in to comment.