2018 revision to classic DataBus AVC code.

Dependencies:   LSM303DLM Servo SerialGraphicLCD L3G4200D IncrementalEncoder SimpleShell

Revision:
42:8d99f64f5898
Parent:
37:b8259500dbd3
--- a/Display/Display.h	Wed Jan 02 18:55:57 2019 +0000
+++ b/Display/Display.h	Thu Jan 03 17:50:44 2019 +0000
@@ -10,6 +10,7 @@
     Display(PinName tx, PinName rx);
     void gps(GpsData d);
     void imu(SensorData d);
+    void cpu(int idle);
     void status(char *s);
     
 private: