Simon Hawe / D7_MLX_AND_BAT

Dependencies:   X_NUCLEO_IKS01A1 MLX90614 d7a_1x wizzi-utils

Fork of D7A_1x_demo_sensors_OS5 by WizziLab

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