my cli test

Files at this revision

API Documentation at this revision

Comitter:
MrBearing
Date:
Sat Sep 17 08:25:35 2016 +0900
Parent:
0:be7062dba746
Commit message:
test commit

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Sep 16 23:07:20 2016 +0000
+++ b/main.cpp	Sat Sep 17 08:25:35 2016 +0900
@@ -1,6 +1,6 @@
 #include "mbed.h"
 
-DigitalOut led1(LED1);
+DigitalOut led1(LED2);
 
 // main() runs in its own thread in the OS
 // (note the calls to Thread::wait below for delays)