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 MODSERIAL by
Revision 26:b59e9b91374d, committed 2015-10-22
- Comitter:
- atravieso
- Date:
- Thu Oct 22 23:07:30 2015 +0000
- Parent:
- 25:ae0408ebdd68
- Commit message:
- This will turn on and off LEDs when command entered on the terminal.
Changed in this revision
example3a.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r ae0408ebdd68 -r b59e9b91374d example3a.cpp --- a/example3a.cpp Tue Jan 08 18:01:03 2013 +0000 +++ b/example3a.cpp Thu Oct 22 23:07:30 2015 +0000 @@ -63,7 +63,7 @@ int life_counter = 0; pc.baud(115200); - + MODSERIAL::RxIrq = 0; pc.attach(&rxCallback, MODSERIAL::RxIrq); while(1) {