![]() |
LibDriver AOX4000
|
aox4000 example driver modules More...
Macros | |
| #define | AOX4000_BASIC_DEFAULT_MODE AOX4000_MODE_REQUEST |
| aox4000 basic example default definition | |
Functions | |
| uint8_t | aox4000_basic_init (void) |
| basic example init | |
| uint8_t | aox4000_basic_deinit (void) |
| basic example deinit | |
| uint8_t | aox4000_basic_read (float *oxygen_ppo2_mbar, float *oxygen_density_percentage, float *temperature_degree, float *pressure_mbar) |
| basic example read | |
aox4000 example driver modules
| #define AOX4000_BASIC_DEFAULT_MODE AOX4000_MODE_REQUEST |
aox4000 basic example default definition
request mode
Definition at line 56 of file driver_aox4000_basic.h.
| uint8_t aox4000_basic_deinit | ( | void | ) |
basic example deinit
Definition at line 118 of file driver_aox4000_basic.c.
| uint8_t aox4000_basic_init | ( | void | ) |
basic example init
Definition at line 48 of file driver_aox4000_basic.c.
| uint8_t aox4000_basic_read | ( | float * | oxygen_ppo2_mbar, |
| float * | oxygen_density_percentage, | ||
| float * | temperature_degree, | ||
| float * | pressure_mbar ) |
basic example read
| [out] | *oxygen_ppo2_mbar | pointer to a oxygen ppo2 mbar buffer |
| [out] | *oxygen_density_percentage | pointer to an oxygen density percentage buffer |
| [out] | *temperature_degree | pointer to a temperature degree buffer |
| [out] | *pressure_mbar | pointer to a pressure mbar buffer |
Definition at line 95 of file driver_aox4000_basic.c.