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 17:03:29 2014 +0000
Parent:
5:a03b579ee48d
Child:
7:2601325c5e19
Commit message:
gpio pin to D0

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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) {