C027 Example: blinking LED

Dependencies:   mbed

Fork of C027_HelloWorld by u-blox

Revision:
2:4e0e24635b97
Parent:
1:b2f5ffeed00b
Child:
4:1fecbc981273
--- a/main.cpp	Fri Oct 18 18:06:05 2013 +0000
+++ b/main.cpp	Mon Oct 21 15:42:40 2013 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
-#include "C027_PinNames.h"
+#include "C027.h"
 
 DigitalOut myled(A0);
 // connect a LED between A0 and a GND pin to see the blinking