The example program for mbed pin-compatible platforms

Dependencies:   mbed

Fork of mbed_blinky by Mbed

Files at this revision

API Documentation at this revision

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
--- 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) {