read and push

Dependencies:   X_NUCLEO_IKS01A1 MLX90614 d7a_1x wizzi-utils

Fork of D7A_1x_demo_sensors_OS5 by WizziLab

Committer:
shawe
Date:
Mon Feb 27 08:46:36 2017 +0000
Revision:
16:ad7842fcd376
Parent:
0:7e1fdc4d6e1c
Add config for small nucleo;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jeej 0:7e1fdc4d6e1c 1 #ifndef _SIMUL_H_
Jeej 0:7e1fdc4d6e1c 2 #define _SIMUL_H_
Jeej 0:7e1fdc4d6e1c 3
Jeej 0:7e1fdc4d6e1c 4 void simul_update_param(uint32_t value);
Jeej 0:7e1fdc4d6e1c 5 bool simul_sensor_value(int32_t* buf, uint32_t nb_values, int32_t min, int32_t max);
Jeej 0:7e1fdc4d6e1c 6
Jeej 0:7e1fdc4d6e1c 7 #endif // _SIMUL_H_