Simple safety check
authorCallum <callum@callum-ubuntu.(none)>
Sun, 8 Sep 2013 11:45:06 +0000 (19:45 +0800)
committerCallum <callum@callum-ubuntu.(none)>
Sun, 8 Sep 2013 11:45:06 +0000 (19:45 +0800)
server/sensor.h

index 8ae5660..4c9de1b 100644 (file)
 /** Number of sensors **/
 #define NUMSENSORS 4
 
+/** Safety Values for sensors **/
+#define ANALOG_TEST0_SAFETY 1000
+#define ANALOG_TEST1_SAFETY 1000
+#define DIGITAL_TEST0_SAFETY 1
+#define DIGITAL_TEST1_SAFETY 1
+
+
 typedef enum SensorId {
        ANALOG_TEST0,
        ANALOG_TEST1,

UCC git Repository :: git.ucc.asn.au