![]() |
LibDriver SCD4X
|
scd4x advance driver modules More...
Functions | |
| uint8_t | scd4x_measure_single_shot (scd4x_handle_t *handle) |
| measure single shot | |
| uint8_t | scd4x_measure_single_shot_rht_only (scd4x_handle_t *handle) |
| measure single shot rht only | |
| uint8_t | scd4x_power_down (scd4x_handle_t *handle) |
| power down | |
| uint8_t | scd4x_wake_up (scd4x_handle_t *handle) |
| wake up | |
| uint8_t | scd4x_set_automatic_self_calibration_initial_period (scd4x_handle_t *handle, uint16_t hour) |
| set automatic self calibration initial period | |
| uint8_t | scd4x_get_automatic_self_calibration_initial_period (scd4x_handle_t *handle, uint16_t *hour) |
| get automatic self calibration initial period | |
| uint8_t | scd4x_set_automatic_self_calibration_standard_period (scd4x_handle_t *handle, uint16_t hour) |
| set automatic self calibration standard period | |
| uint8_t | scd4x_get_automatic_self_calibration_standard_period (scd4x_handle_t *handle, uint16_t *hour) |
| get automatic self calibration standard period | |
| uint8_t | scd4x_set_automatic_self_calibration_target (scd4x_handle_t *handle, uint16_t co2_ppm) |
| set automatic self calibration target | |
| uint8_t | scd4x_get_automatic_self_calibration_target (scd4x_handle_t *handle, uint16_t *co2_ppm) |
| get automatic self calibration target | |
| uint8_t | scd4x_get_sensor_variant (scd4x_handle_t *handle, uint16_t *variant) |
| get sensor variant | |
scd4x advance driver modules
| uint8_t scd4x_get_automatic_self_calibration_initial_period | ( | scd4x_handle_t * | handle, |
| uint16_t * | hour ) |
get automatic self calibration initial period
| [in] | *handle | pointer to an scd4x handle structure |
| [out] | *hour | pointer to an hour buffer |
Definition at line 1587 of file driver_scd4x.c.
| uint8_t scd4x_get_automatic_self_calibration_standard_period | ( | scd4x_handle_t * | handle, |
| uint16_t * | hour ) |
get automatic self calibration standard period
| [in] | *handle | pointer to an scd4x handle structure |
| [out] | *hour | pointer to an hour buffer |
Definition at line 1692 of file driver_scd4x.c.
| uint8_t scd4x_get_automatic_self_calibration_target | ( | scd4x_handle_t * | handle, |
| uint16_t * | co2_ppm ) |
get automatic self calibration target
| [in] | *handle | pointer to an scd4x handle structure |
| [out] | *co2_ppm | pointer to a ppm buffer |
Definition at line 1782 of file driver_scd4x.c.
| uint8_t scd4x_get_sensor_variant | ( | scd4x_handle_t * | handle, |
| uint16_t * | variant ) |
get sensor variant
| [in] | *handle | pointer to an scd4x handle structure |
| [out] | *variant | pointer to a variant buffer |
Definition at line 1828 of file driver_scd4x.c.
| uint8_t scd4x_measure_single_shot | ( | scd4x_handle_t * | handle | ) |
measure single shot
| [in] | *handle | pointer to an scd4x handle structure |
Definition at line 1371 of file driver_scd4x.c.
| uint8_t scd4x_measure_single_shot_rht_only | ( | scd4x_handle_t * | handle | ) |
measure single shot rht only
| [in] | *handle | pointer to an scd4x handle structure |
Definition at line 1413 of file driver_scd4x.c.
| uint8_t scd4x_power_down | ( | scd4x_handle_t * | handle | ) |
power down
| [in] | *handle | pointer to an scd4x handle structure |
Definition at line 1455 of file driver_scd4x.c.
| uint8_t scd4x_set_automatic_self_calibration_initial_period | ( | scd4x_handle_t * | handle, |
| uint16_t | hour ) |
set automatic self calibration initial period
| [in] | *handle | pointer to an scd4x handle structure |
| [in] | hour | set hour |
Definition at line 1533 of file driver_scd4x.c.
| uint8_t scd4x_set_automatic_self_calibration_standard_period | ( | scd4x_handle_t * | handle, |
| uint16_t | hour ) |
set automatic self calibration standard period
| [in] | *handle | pointer to an scd4x handle structure |
| [in] | hour | set hour |
Definition at line 1638 of file driver_scd4x.c.
| uint8_t scd4x_set_automatic_self_calibration_target | ( | scd4x_handle_t * | handle, |
| uint16_t | co2_ppm ) |
set automatic self calibration target
| [in] | *handle | pointer to an scd4x handle structure |
| [in] | co2_ppm | co2 in ppm |
Definition at line 1741 of file driver_scd4x.c.
| uint8_t scd4x_wake_up | ( | scd4x_handle_t * | handle | ) |
wake up
| [in] | *handle | pointer to an scd4x handle structure |
Definition at line 1497 of file driver_scd4x.c.