Example using STDin and STDout

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
lmottola
Date:
Mon Mar 18 11:42:27 2019 +0000
Parent:
0:8c4e69ec8e4d
Commit message:
Removed useless myLed object

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 8c4e69ec8e4d -r 2f9d56e97f30 main.cpp
--- a/main.cpp	Thu Nov 08 13:56:07 2018 +0000
+++ b/main.cpp	Mon Mar 18 11:42:27 2019 +0000
@@ -1,6 +1,5 @@
 #include "mbed.h"
 
-DigitalOut myled(LED1);
 Serial pc(USBTX, USBRX);
 
 int main() {