diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee2231..f9aadae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.2 (2024-12-21) + +## Bug Fixes + +- fix doc errors + ## 1.0.0 (2024-08-30) ## Features diff --git a/doc/html/group__scd30__basic__driver.html b/doc/html/group__scd30__basic__driver.html index d79a7ad..6b7d06a 100644 --- a/doc/html/group__scd30__basic__driver.html +++ b/doc/html/group__scd30__basic__driver.html @@ -329,7 +329,7 @@
[in] | *handle | points to an scd30 handle structure |
[in] | *handle | pointer to an scd30 handle structure |
[in] | *handle | points to an scd30 handle structure |
[out] | *m | points to a meter buffer |
[in] | *handle | pointer to an scd30 handle structure |
[out] | *m | pointer to a meter buffer |
[in] | *handle | points to an scd30 handle structure |
[out] | *enable | points to a bool buffer |
[in] | *handle | pointer to an scd30 handle structure |
[out] | *enable | pointer to a bool buffer |
[in] | *handle | points to an scd30 handle structure |
[out] | *status | points to a status buffer |
[in] | *handle | pointer to an scd30 handle structure |
[out] | *status | pointer to a status buffer |
[in] | *handle | points to an scd30 handle structure |
[out] | *version | points to a version buffer |
[in] | *handle | pointer to an scd30 handle structure |
[out] | *version | pointer to a version buffer |
[in] | *handle | points to an scd30 handle structure |
[out] | *co2_ppm | points to a co2 ppm buffer |
[in] | *handle | pointer to an scd30 handle structure |
[out] | *co2_ppm | pointer to a co2 ppm buffer |
[in] | *handle | points to an scd30 handle structure |
[out] | *interface | points to a chip interface buffer |
[in] | *handle | pointer to an scd30 handle structure |
[out] | *interface | pointer to a chip interface buffer |
[in] | *handle | points to an scd30 handle structure |
[out] | *second | points to a second buffer |
[in] | *handle | pointer to an scd30 handle structure |
[out] | *second | pointer to a second buffer |
[in] | *handle | points to an scd30 handle structure |
[out] | *deg | points to a degree buffer |
[in] | *handle | pointer to an scd30 handle structure |
[out] | *deg | pointer to a degree buffer |
[out] | *info | points to an scd30 info structure |
[out] | *info | pointer to an scd30 info structure |
[in] | *handle | points to an scd30 handle structure |
[in] | *handle | pointer to an scd30 handle structure |
[in] | *handle | points to an scd30 handle structure |
[out] | *data | points to an scd30 data structure |
[in] | *handle | pointer to an scd30 handle structure |
[out] | *data | pointer to an scd30 data structure |
[in] | *handle | points to an scd30 handle structure |
[in] | m | is the set meter |
[in] | *handle | pointer to an scd30 handle structure |
[in] | m | set meter |
[in] | *handle | points to an scd30 handle structure |
[in] | enable | is a bool value |
[in] | *handle | pointer to an scd30 handle structure |
[in] | enable | bool value |
[in] | *handle | points to an scd30 handle structure |
[in] | co2_ppm | is the set co2 ppm |
[in] | *handle | pointer to an scd30 handle structure |
[in] | co2_ppm | set co2 ppm |
[in] | *handle | points to an scd30 handle structure |
[in] | interface | is the chip interface |
[in] | *handle | pointer to an scd30 handle structure |
[in] | interface | chip interface |
[in] | *handle | points to an scd30 handle structure |
[in] | second | is the set interval |
[in] | *handle | pointer to an scd30 handle structure |
[in] | second | set interval |
[in] | *handle | points to an scd30 handle structure |
[in] | deg | is the set degree |
[in] | *handle | pointer to an scd30 handle structure |
[in] | deg | set degree |
[in] | *handle | points to an scd30 handle structure |
[in] | *handle | pointer to an scd30 handle structure |
[in] | *handle | points to an scd30 handle structure |
[in] | *handle | pointer to an scd30 handle structure |
[in] | *handle | points to an scd30 handle structure |
[in] | mbar | is the ambient pressure compensation |
[in] | *handle | pointer to an scd30 handle structure |
[in] | mbar | ambient pressure compensation |
[in] | *handle | points to an scd30 handle structure |
[in] | *handle | pointer to an scd30 handle structure |
[in] | *handle | points to an scd30 handle structure |
[in] | reg | is the register raw data |
[out] | *deg | points to a degree buffer |
[in] | *handle | pointer to an scd30 handle structure |
[in] | reg | register raw data |
[out] | *deg | pointer to a degree buffer |
[in] | *handle | points to an scd30 handle structure |
[in] | deg | is the degree |
[out] | *reg | points to a register raw buffer |
[in] | *handle | pointer to an scd30 handle structure |
[in] | deg | degree |
[out] | *reg | pointer to a register raw buffer |
[out] | *major | points to a major buffer |
[out] | *minor | points to a minor buffer |
[out] | *major | pointer to a major buffer |
[out] | *minor | pointer to a minor buffer |
[in] | interface | is the chip interface |
[in] | mbar | is the pressure compensation |
[in] | interface | chip interface |
[in] | mbar | pressure compensation |
[out] | *data | points to a scd30_data_t structure |
[out] | *data | pointer to a scd30_data_t structure |
[in] | *handle | points to an scd30 handle structure |
[in] | reg | is the iic register address |
[out] | *buf | points to a data buffer |
[in] | len | is the data buffer length |
[in] | *handle | pointer to an scd30 handle structure |
[in] | reg | iic register address |
[out] | *buf | pointer to a data buffer |
[in] | len | data buffer length |
[in] | *handle | points to an scd30 handle structure |
[in] | *input | points to an input buffer |
[in] | in_len | is the input length |
[out] | *output | points to an output buffer |
[in] | out_len | is the output length |
[in] | *handle | pointer to an scd30 handle structure |
[in] | *input | pointer to an input buffer |
[in] | in_len | input length |
[out] | *output | pointer to an output buffer |
[in] | out_len | output length |
[in] | *handle | points to an scd30 handle structure |
[in] | reg | is the iic register address |
[in] | *buf | points to a data buffer |
[in] | len | is the data buffer length |
[in] | *handle | pointer to an scd30 handle structure |
[in] | reg | iic register address |
[in] | *buf | pointer to a data buffer |
[in] | len | data buffer length |
[in] | fmt | is the format data |
[in] | fmt | format data |
[in] | ms | |
[in] | ms | time |
[in] | addr | is the iic device write address |
[out] | *buf | points to a data buffer |
[in] | len | is the length of the data buffer |
[in] | addr | iic device write address |
[out] | *buf | pointer to a data buffer |
[in] | len | length of the data buffer |
[in] | addr | is the iic device write address |
[in] | *buf | points to a data buffer |
[in] | len | is the length of the data buffer |
[in] | addr | iic device write address |
[in] | *buf | pointer to a data buffer |
[in] | len | length of the data buffer |
[out] | *buf | points to a data buffer |
[in] | len | is the length of the data buffer |
[out] | *buf | pointer to a data buffer |
[in] | len | length of the data buffer |
[in] | *buf | points to a data buffer |
[in] | len | is the length of the data buffer |
[in] | *buf | pointer to a data buffer |
[in] | len | length of the data buffer |
[in] | HANDLE | points to an scd30 handle structure |
[in] | FUC | points to a debug_print function address |
[in] | HANDLE | pointer to an scd30 handle structure |
[in] | FUC | pointer to a debug_print function address |
[in] | HANDLE | points to an scd30 handle structure |
[in] | FUC | points to a delay_ms function address |
[in] | HANDLE | pointer to an scd30 handle structure |
[in] | FUC | pointer to a delay_ms function address |
[in] | HANDLE | points to an scd30 handle structure |
[in] | FUC | points to an iic_deinit function address |
[in] | HANDLE | pointer to an scd30 handle structure |
[in] | FUC | pointer to an iic_deinit function address |
[in] | HANDLE | points to an scd30 handle structure |
[in] | FUC | points to an iic_init function address |
[in] | HANDLE | pointer to an scd30 handle structure |
[in] | FUC | pointer to an iic_init function address |
[in] | HANDLE | points to an scd30 handle structure |
[in] | FUC | points to an iic_read_cmd function address |
[in] | HANDLE | pointer to an scd30 handle structure |
[in] | FUC | pointer to an iic_read_cmd function address |
[in] | HANDLE | points to an scd30 handle structure |
[in] | FUC | points to an iic_write_cmd function address |
[in] | HANDLE | pointer to an scd30 handle structure |
[in] | FUC | pointer to an iic_write_cmd function address |
[in] | HANDLE | points to an scd30 handle structure |
[in] | STRUCTURE | is scd30_handle_t |
[in] | HANDLE | pointer to an scd30 handle structure |
[in] | STRUCTURE | scd30_handle_t |
[in] | HANDLE | points to an scd30 handle structure |
[in] | FUC | points to a uart_deinit function address |
[in] | HANDLE | pointer to an scd30 handle structure |
[in] | FUC | pointer to a uart_deinit function address |
[in] | HANDLE | points to an scd30 handle structure |
[in] | FUC | points to a uart_flush function address |
[in] | HANDLE | pointer to an scd30 handle structure |
[in] | FUC | pointer to a uart_flush function address |
[in] | HANDLE | points to an scd30 handle structure |
[in] | FUC | points to a uart_init function address |
[in] | HANDLE | pointer to an scd30 handle structure |
[in] | FUC | pointer to a uart_init function address |
[in] | HANDLE | points to an scd30 handle structure |
[in] | FUC | points to a uart_read function address |
[in] | HANDLE | pointer to an scd30 handle structure |
[in] | FUC | pointer to a uart_read function address |
[in] | HANDLE | points to an scd30 handle structure |
[in] | FUC | points to a uart_write function address |
[in] | HANDLE | pointer to an scd30 handle structure |
[in] | FUC | pointer to a uart_write function address |
[in] | interface | is the chip interface |
[in] | times | is the test times |
[in] | interface | chip interface |
[in] | times | test times |
[in] | interface | is the chip interface |
[in] | interface | chip interface |