gpio example for the Freescale freedom platform

Dependencies:   mbed

Fork of frdm_gpio by Freescale

Files at this revision

API Documentation at this revision

Comitter:
Kojto
Date:
Thu Feb 20 16:48:15 2014 +0000
Parent:
4:0f13346a8475
Child:
6:a80519d6fdda
Commit message:
frdm_gpio demo ; ; - initial version

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Feb 19 23:45:13 2013 +0000
+++ b/main.cpp	Thu Feb 20 16:48:15 2014 +0000
@@ -6,7 +6,7 @@
 
     while (true) {
         gpo = 1;
-        led = 1; // Off
+        led = 1; // off
         wait(2);
         gpo = 0;
         led = 0; // on
--- a/mbed.bld	Tue Feb 19 23:45:13 2013 +0000
+++ b/mbed.bld	Thu Feb 20 16:48:15 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/3d0ef94e36ec
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/ed8466a608b4
\ No newline at end of file