New

Dependencies:   Menu PID_v2 PinDetect QEI TextLCD Thermistor mbed

Files at this revision

API Documentation at this revision

Comitter:
albertobianco
Date:
Thu Jun 09 10:02:59 2016 +0000
Parent:
3:884bfa90a09d
Commit message:
boh?

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jan 11 08:15:22 2016 +0000
+++ b/main.cpp	Thu Jun 09 10:02:59 2016 +0000
@@ -82,7 +82,7 @@
 MenuNode MNtmrHrs(&MNtmr,"Hours",(void *) &Hrs,'i',&ResetSeconds,1.0,0.0,24.0);
 MenuNode MNtmrMin(&MNtmr,"Minutes",(void *) &Min,'i',&ResetSeconds,5.0,0.0,55.0);
 
-MenuNode MNtalm(&MNhead,"Meat Target temperature", &Talm,'f', NULL, 1.0, 30.0, 150.0);
+MenuNode MNtalm(&MNhead,"Meat Tgt temp", &Talm,'f', NULL, 1.0, 30.0, 150.0);
 
 Menu MN(&MNhead);