Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of 02_LAB_serial_protocol by
Diff: main.cpp
- Revision:
- 4:bcc2d1bebb95
- Parent:
- 3:7c26d338e372
- Child:
- 5:bf9591a365a4
diff -r 7c26d338e372 -r bcc2d1bebb95 main.cpp --- a/main.cpp Wed Apr 26 18:36:34 2017 +0000 +++ b/main.cpp Wed Apr 26 18:42:11 2017 +0000 @@ -92,10 +92,12 @@ val=command.getc(); if (val== '<'){ Read_command(); - if (check_command()) - led=1; - else + if (check_command()){ + //EJEMPLO DE COMANDO + led=1; + wait(1); led=0; + } } }