Stabilus 322699 wDoublePID, ErrorGetter

Dependencies:   mbed QEI PID DmTftLibraryEx

Revision:
19:45d0ce0f0677
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app_config.h	Thu Nov 08 10:13:23 2018 +0000
@@ -0,0 +1,25 @@
+#ifndef __APP_CONFIG_H__
+#define __APP_CONFIG_H__
+
+/*
+ * This file is inteded to be used for tuning the application at compile time
+ * by activating/deactivating feature
+ *
+ * To activate a feature, ensure the corresponding preprocessor token
+ * definition is not commented out.
+ * To deactivate it, comment it out.
+ */
+
+/*
+ * GPS feature.
+ * Need a ubloc device soldered on the PCB
+ */
+//#define HAS_GPS_SENSOR
+
+/*
+ * Proximity sensor feature
+ */
+//#define HAS_PROXIMITY_SENSOR
+
+#endif  // __APP_CONFIG_H__
+