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:
- 11:4eeb2271143a
- Parent:
- 10:08462822ab8e
- Child:
- 12:2628c81f651b
--- a/Command.h Thu Sep 04 08:07:29 2014 +0000 +++ b/Command.h Thu Sep 04 08:11:31 2014 +0000 @@ -93,5 +93,7 @@ pc.puts("LON <led_num> : Turn on led indicated by <led_num>"); newline(); pc.puts("LOF <led_num> : Turn off led indicated by <led_num>"); + newline(); + pc.puts("q : Exit program"); } };