Color fading shiftbrites either from user set colors or a random number generator.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
bh27
Date:
Mon Mar 21 23:07:13 2011 +0000
Parent:
0:e719aa5eed4d
Commit message:
1.0

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Mar 20 12:34:39 2011 +0000
+++ b/main.cpp	Mon Mar 21 23:07:13 2011 +0000
@@ -1,3 +1,6 @@
+// Brent Hearn
+// 03/2011
+
 // shiftbrite fading. Color patterns can eiher be user input or a random number generator can pick out values to use.
 // Rate of fading can also be changed.
 // Note: Watch for current spikes when transitioning between colors with multiple Shiftbrites in a chain.