gpio example for the Freescale freedom platform

Dependencies:   mbed

Fork of frdm_gpio by Freescale

Revision:
6:a80519d6fdda
Parent:
5:a03b579ee48d
Child:
9:32e85f1fcd15
--- a/main.cpp	Thu Feb 20 16:48:15 2014 +0000
+++ b/main.cpp	Thu Feb 20 17:03:29 2014 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 
 int main() {
-    DigitalOut gpo(PTB8);
+    DigitalOut gpo(D0);
     DigitalOut led(LED_RED);
 
     while (true) {