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: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: inc/global.h
- Revision:
- 221:2a5e9902003c
- Parent:
- 219:2b6c5782f291
- Child:
- 230:11765008ff3a
diff -r dbe21411f962 -r 2a5e9902003c inc/global.h
--- a/inc/global.h	Fri Oct 14 13:32:47 2016 +0000
+++ b/inc/global.h	Fri Oct 14 21:30:21 2016 +0000
@@ -47,7 +47,8 @@
     CONTROL_PID         = 1,
     CONTROL_SETPOINT    = 2,
     CONTROL_COMPOSITE   = 3,
-    CONTROL_MANUAL      = 4
+    CONTROL_MANUAL      = 4,
+    CONTROL_ALGORITHM   = 5
 } Control_t;
 
 
    