read and push

Dependencies:   X_NUCLEO_IKS01A1 MLX90614 d7a_1x wizzi-utils

Fork of D7A_1x_demo_sensors_OS5 by WizziLab

Revision:
0:7e1fdc4d6e1c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/simul.h	Tue Dec 20 14:07:12 2016 +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