![](/media/cache/group/WizziLab_Logo_Black.png.50x50_q85.png)
Demo fro training
Dependencies: X_NUCLEO_IKS01A1 d7a_1x mbed-rtos mbed wizzi-utils
simul.h
- Committer:
- mikl_andre
- Date:
- 2016-11-21
- Revision:
- 0:429446fe396d
File content as of revision 0:429446fe396d:
#ifndef _SIMUL_H_ #define _SIMUL_H_ void update_simul_param(uint32_t value); bool simul_sensor_value(int32_t* buf, uint32_t nb_values, int32_t min, int32_t max); #endif // _SIMUL_H_