WizziLab / Mbed 2 deprecated D7A_1x_TRAINING

Dependencies:   X_NUCLEO_IKS01A1 d7a_1x mbed-rtos mbed wizzi-utils

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers simul.h Source File

simul.h

00001 #ifndef _SIMUL_H_
00002 #define _SIMUL_H_
00003 
00004 void update_simul_param(uint32_t value);
00005 bool simul_sensor_value(int32_t* buf, uint32_t nb_values, int32_t min, int32_t max);
00006 
00007 #endif // _SIMUL_H_