2018 revision to classic DataBus AVC code.

Dependencies:   LSM303DLM Servo SerialGraphicLCD L3G4200D IncrementalEncoder SimpleShell

Revision:
29:cb2f55fbfe9c
Parent:
24:a7f92dfc5310
Child:
30:ed791f1f7f7d
--- a/SystemState.h	Sat Dec 22 06:56:55 2018 +0000
+++ b/SystemState.h	Sat Dec 22 20:28:52 2018 +0000
@@ -53,6 +53,7 @@
  */
 
 typedef struct {
+    float dt;
     double latitude;
     double longitude;
     float course;