Luca Mottola
/
IOTAtelier1819-STDinSTDout
Example using STDin and STDout
Revision 1:2f9d56e97f30, committed 2019-03-18
- 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() {