Complete sensor demo.

Dependencies:   modem_ref_helper CRC X_NUCLEO_IKS01A1 DebouncedInterrupt

Revision:
1:4d3968b2941b
Parent:
0:87c57e1b1e1c
Child:
2:cbe6dca8a632
--- a/sensors.cpp	Mon May 15 16:00:25 2017 +0000
+++ b/sensors.cpp	Thu May 18 10:44:26 2017 +0000
@@ -2,6 +2,8 @@
 #include "WizziDebug.h"
 #include "sensors.h"
 #include "hwcfg.h"
+#include "simul.h"
+#include "sensors_cfg.h"
 
 #if defined(TARGET_STM32L152RE)
 LIS3MDL *magnetometer;