Air Quality Monitor
Portable C application for collecting, storing, and analyzing air quality sensor readings
Loading...
Searching...
No Matches
sensor_utils.h
1
#ifndef SENSOR_UTILS_H
2
#define SENSOR_UTILS_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
14
const
char
*resolve_default_plugin_path(
const
char
*mode);
15
22
int
is_valid_sensor_mode(
const
char
*mode);
23
24
#ifdef __cplusplus
25
}
26
#endif
27
28
#endif
include
sensor
sensor_utils.h
Generated by
1.9.8