read and push

Dependencies:   X_NUCLEO_IKS01A1 MLX90614 d7a_1x wizzi-utils

Fork of D7A_1x_demo_sensors_OS5 by WizziLab

simul.h

Committer:
shawe
Date:
2017-02-27
Revision:
16:ad7842fcd376
Parent:
0:7e1fdc4d6e1c

File content as of revision 16:ad7842fcd376:

#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_