C027 Example: blinking LED

Dependencies:   mbed

Fork of C027_HelloWorld by u-blox

Revision:
1:b2f5ffeed00b
Parent:
0:7626456dca2c
Child:
2:4e0e24635b97
--- a/main.cpp	Fri Oct 18 13:14:52 2013 +0000
+++ b/main.cpp	Fri Oct 18 18:06:05 2013 +0000
@@ -2,7 +2,7 @@
 #include "C027_PinNames.h"
 
 DigitalOut myled(A0);
-// connect a led between A0 and a GND pin to see the blinking
+// connect a LED between A0 and a GND pin to see the blinking
 
 int main() {
     while(1) {