LibDriver AOX4000
Loading...
Searching...
No Matches
driver_aox4000_basic.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_AOX4000_BASIC_H
38#define DRIVER_AOX4000_BASIC_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
56#define AOX4000_BASIC_DEFAULT_MODE AOX4000_MODE_REQUEST
57
65uint8_t aox4000_basic_init(void);
66
74uint8_t aox4000_basic_deinit(void);
75
87uint8_t aox4000_basic_read(float *oxygen_ppo2_mbar, float *oxygen_density_percentage,
88 float *temperature_degree, float *pressure_mbar);
89
93
94#ifdef __cplusplus
95}
96#endif
97
98#endif
driver aox4000 interface header file
uint8_t aox4000_basic_read(float *oxygen_ppo2_mbar, float *oxygen_density_percentage, float *temperature_degree, float *pressure_mbar)
basic example read
uint8_t aox4000_basic_init(void)
basic example init
uint8_t aox4000_basic_deinit(void)
basic example deinit