33 #ifndef CLOUD_SENSOR_H
34 #define CLOUD_SENSOR_H
38 #define CLOUD_SENSOR_COEF_NONE 0
39 #define CLOUD_SENSOR_COEF_SINGLE 1
40 #define CLOUD_SENSOR_COEF_ANGSTROM 2
float cloud_sensor_channel_scale
void LWC_callback(uint8_t *buf)
float cloud_sensor_hysteresis
float cloud_sensor_threshold
uint8_t cloud_sensor_compute_background
void cloud_sensor_init(void)
Init function.
uint8_t cloud_sensor_compute_coef
variables for settings
float cloud_sensor_background
void cloud_sensor_callback(uint8_t *buf)
New message/data callback.
void cloud_sensor_update_tau(float tau)
float cloud_sensor_calib_beta
void cloud_sensor_report(void)
Report function.
float cloud_sensor_calib_alpha
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.