Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- Revision:
- 2:62be298c6ab8
- Parent:
- 1:8e28c267ff1a
diff -r 8e28c267ff1a -r 62be298c6ab8 main.cpp --- 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/