All tasks complete

Dependencies:   mbed MCP23017 mbed-rtos WattBob_TextLCD

Revision:
1:c4f62ef9b5b7
Parent:
0:0943f040009c
Child:
2:9d6d07c9cc9c
--- a/header.h	Wed Mar 20 15:49:27 2019 +0000
+++ b/header.h	Wed Mar 20 16:12:17 2019 +0000
@@ -29,7 +29,7 @@
 typedef struct
 {
     float brakevalue;
-    float brakeaccel;
+    float accelvalue;
     float array[5];
     float average;
     float rawspeed;
@@ -38,12 +38,16 @@
 
 SDATA speed;
 
-typedef enum{   }IND;
+typedef enum    signallite{   }IND_TURN;
 
 typedef struct
 {
-    float IND;    
-}
+    
+    uint8_t     odometer
+    IND_TURN    ind;    
+}CARINFO;
+
+CARINFO info;