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.
Dependencies: mbed
Diff: Command.h
- Revision:
- 10:08462822ab8e
- Parent:
- 3:ec4615b81eeb
- Child:
- 11:4eeb2271143a
diff -r 1dfdf562fa50 -r 08462822ab8e Command.h --- a/Command.h Thu Sep 04 08:05:49 2014 +0000 +++ b/Command.h Thu Sep 04 08:07:29 2014 +0000 @@ -90,8 +90,8 @@ newline(); pc.puts("Usage : "); newline(); - pc.puts("EON <led_num> : Turn on led indicated by <led_num>"); + pc.puts("LON <led_num> : Turn on led indicated by <led_num>"); newline(); - pc.puts("EOF <led_num> : Turn off led indicated by <led_num>"); + pc.puts("LOF <led_num> : Turn off led indicated by <led_num>"); } };