C027 Example: blinking LED

Dependencies:   mbed

Fork of C027_HelloWorld by u-blox

Files at this revision

API Documentation at this revision

Comitter:
mazgch
Date:
Mon Oct 21 15:42:40 2013 +0000
Parent:
1:b2f5ffeed00b
Child:
3:ec11f1417df7
Commit message:
draft version (untested)

Changed in this revision

C027.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/C027.lib	Fri Oct 18 18:06:05 2013 +0000
+++ b/C027.lib	Mon Oct 21 15:42:40 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/ublox/code/C027/#7f910a8e77ee
+http://mbed.org/teams/ublox/code/C027/#ff17f16cf70a
--- 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