A simple program to cycle a chain of shiftbrites through RGB,MCY,W using mbed.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
bh27
Date:
Mon Mar 21 23:03:28 2011 +0000
Parent:
1:8e28c267ff1a
Commit message:
1.1

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Mar 20 11:50:18 2011 +0000
+++ b/main.cpp	Mon Mar 21 23:03:28 2011 +0000
@@ -1,3 +1,6 @@
+// Brent Hearn
+// 03/2011
+
 // A simple program to cycle a chain of shiftbrites through RGB,MCY,W using mbed.
 
 // Shift register code from:        http://mbed.org/users/ChriX/notebook/shift-register-function/