2018 revision to classic DataBus AVC code.

Dependencies:   LSM303DLM Servo SerialGraphicLCD L3G4200D IncrementalEncoder SimpleShell

Revision:
9:fc3575d2cbbf
Parent:
8:ba70bb062aa0
diff -r ba70bb062aa0 -r fc3575d2cbbf Config.cpp
--- a/Config.cpp	Wed Dec 05 18:02:32 2018 +0000
+++ b/Config.cpp	Fri Dec 07 15:58:41 2018 +0000
@@ -187,4 +187,19 @@
     }
     
     return status;
+}
+
+
+int Config::get(char *key, double *value)
+{
+    int status = 0;
+    
+    return status;
+}
+
+int Config::get(char *key, int *value)
+{
+    int status = 0;
+    
+    return status;
 }
\ No newline at end of file