Complete sensor demo.

Dependencies:   modem_ref_helper CRC X_NUCLEO_IKS01A1 DebouncedInterrupt

Revision:
0:87c57e1b1e1c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/simul.h	Mon May 15 16:00:25 2017 +0000
@@ -0,0 +1,7 @@
+#ifndef _SIMUL_H_
+#define _SIMUL_H_
+
+void simul_update_param(uint32_t value);
+bool simul_sensor_value(int32_t* buf, uint32_t nb_values, int32_t min, int32_t max);
+
+#endif // _SIMUL_H_
\ No newline at end of file