The example program for mbed pin-compatible platforms
Fork of mbed_blinky by
Revision 1:ff60bc1461ed, committed 2014-02-10
- Comitter:
- jf1452
- Date:
- Mon Feb 10 08:26:45 2014 +0000
- Parent:
- 0:7dec7e9ac085
- Commit message:
- RenBED Blinky
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7dec7e9ac085 -r ff60bc1461ed main.cpp --- a/main.cpp Fri Oct 11 12:42:44 2013 +0000 +++ b/main.cpp Mon Feb 10 08:26:45 2014 +0000 @@ -1,6 +1,6 @@ #include "mbed.h" -DigitalOut myled(LED1); +DigitalOut myled(P0_21); int main() { while(1) {