-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fda2c2f
commit 0cebcc8
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# djlights | ||
cheap multichannel light controller for tractor | ||
cheap multichannel light controller for tractor. | ||
|
||
the microcontroller I used is the teensy 2.0 which can be bought for 16$ | ||
https://www.pjrc.com/store/teensy.html | ||
|
||
The current code will support only one RGB led strip. | ||
This well be increased to 3 in the near future. | ||
|
||
The current code will run run a series of 7 different music effects. | ||
Each will run for 64 beats before continuing to the next one. The seven effects will run in a loop continously. | ||
|
||
In order to feed the teensy controller with the midi data needed a generic midi device needs to be imported in tractor using a custom | ||
|
||
|