LibDriver AOX4000
Loading...
Searching...
No Matches
aox4000 example driver function

aox4000 example driver modules More...

Collaboration diagram for aox4000 example driver function:

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

Detailed Description

aox4000 example driver modules

Macro Definition Documentation

◆ AOX4000_BASIC_DEFAULT_MODE

#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.

Function Documentation

◆ aox4000_basic_deinit()

uint8_t aox4000_basic_deinit ( void )

basic example deinit

Returns
status code
  • 0 success
  • 1 deinit failed
Note
none

Definition at line 118 of file driver_aox4000_basic.c.

Here is the call graph for this function:

◆ aox4000_basic_init()

uint8_t aox4000_basic_init ( void )

basic example init

Returns
status code
  • 0 success
  • 1 init failed
Note
none

Definition at line 48 of file driver_aox4000_basic.c.

Here is the call graph for this function:

◆ aox4000_basic_read()

uint8_t aox4000_basic_read ( float * oxygen_ppo2_mbar,
float * oxygen_density_percentage,
float * temperature_degree,
float * pressure_mbar )

basic example read

Parameters
[out]*oxygen_ppo2_mbarpointer to a oxygen ppo2 mbar buffer
[out]*oxygen_density_percentagepointer to an oxygen density percentage buffer
[out]*temperature_degreepointer to a temperature degree buffer
[out]*pressure_mbarpointer to a pressure mbar buffer
Returns
status code
  • 0 success
  • 1 read failed
Note
none

Definition at line 95 of file driver_aox4000_basic.c.

Here is the call graph for this function: