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.
Diff: main.cpp
- Revision:
- 1:9b55cfc9934b
- Parent:
- 0:8e708f395bb1
- Child:
- 2:11f93b011c11
--- a/main.cpp Mon Feb 28 15:54:51 2011 +0000
+++ b/main.cpp Mon Feb 28 15:58:13 2011 +0000
@@ -56,8 +56,8 @@
DigitalIn Pause(p6); // Momentary pause input, pulldown by default (Pause/Abort switch)
DigitalOut Blue(p7); // LED to indicate message or pause
-DigitalOut Red(p8); // LED to indicate message or pause
-DigitalOut Green(p9); // LED to indicate message or pause
+DigitalOut Red(p8); // LED to indicate startup or abort
+DigitalOut Green(p9); // LED to indicate recipe processing
struct Steps
{