Demo fro training

Dependencies:   X_NUCLEO_IKS01A1 d7a_1x mbed-rtos mbed wizzi-utils

Committer:
mikl_andre
Date:
Mon Nov 21 07:24:34 2016 +0000
Revision:
0:429446fe396d
Initial Revision

Who changed what in which revision?

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