Mitchell Levinn / Mbed 2 deprecated RecipeMachine-NXP3823

Dependencies:   mbed

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
 {