![]() |
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 | |
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 1584 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 1689 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 1368 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 1410 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 1452 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 1530 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 1635 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 1494 of file driver_scd4x.c.