Complete sensor demo.

Dependencies:   modem_ref_helper CRC X_NUCLEO_IKS01A1 DebouncedInterrupt

simul.h

Committer:
Jeej
Date:
2017-05-15
Revision:
0:87c57e1b1e1c

File content as of revision 0:87c57e1b1e1c:

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