diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c2e57..8eee5d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.2 (2024-12-01) + +## Bug Fixes + +- fix doc errors + ## 2.0.1 (2024-08-05) ## Bug Fixes diff --git a/doc/html/group__bmp180__base__driver.html b/doc/html/group__bmp180__base__driver.html index 208649c..acf4db3 100644 --- a/doc/html/group__bmp180__base__driver.html +++ b/doc/html/group__bmp180__base__driver.html @@ -236,7 +236,7 @@
[in] | *handle | points to a bmp180 handle structure |
[in] | *handle | pointer to a bmp180 handle structure |
[in] | *handle | points to a bmp180 handle structure |
[out] | *mode | points to a measurement mode buffer |
[in] | *handle | pointer to a bmp180 handle structure |
[out] | *mode | pointer to a measurement mode buffer |
[out] | *info | points to a bmp180 info structure |
[out] | *info | pointer to a bmp180 info structure |
[in] | *handle | points to a bmp180 handle structure |
[in] | *handle | pointer to a bmp180 handle structure |
[in] | *handle | points to a bmp180 handle structure |
[out] | *raw | points to a raw pressure buffer |
[out] | *pa | points to a converted pressure buffer |
[in] | *handle | pointer to a bmp180 handle structure |
[out] | *raw | pointer to a raw pressure buffer |
[out] | *pa | pointer to a converted pressure buffer |
[in] | *handle | points to a bmp180 handle structure |
[out] | *raw | points to a raw temperature buffer |
[out] | *c | points to a converted temperature buffer |
[in] | *handle | pointer to a bmp180 handle structure |
[out] | *raw | pointer to a raw temperature buffer |
[out] | *c | pointer to a converted temperature buffer |
[in] | *handle | points to a bmp180 handle structure |
[out] | *temperature_raw | points to a raw temperature buffer |
[out] | *temperature_c | points to a converted temperature buffer |
[out] | *pressure_raw | points to a raw pressure buffer |
[out] | *pressure_pa | points to a converted pressure buffer |
[in] | *handle | pointer to a bmp180 handle structure |
[out] | *temperature_raw | pointer to a raw temperature buffer |
[out] | *temperature_c | pointer to a converted temperature buffer |
[out] | *pressure_raw | pointer to a raw pressure buffer |
[out] | *pressure_pa | pointer to a converted pressure buffer |
[in] | *handle | points to a bmp180 handle structure |
[in] | mode | is the measurement mode |
[in] | *handle | pointer to a bmp180 handle structure |
[in] | mode | measurement mode |
[out] | *temperature | points to a converted temperature buffer |
[out] | *pressure | points to a converted pressure buffer |
[out] | *temperature | pointer to a converted temperature buffer |
[out] | *pressure | pointer to a converted pressure buffer |
[in] | *handle | points to a bmp180 handle structure |
[in] | reg | is the iic register address |
[out] | *value | points to a read data buffer |
[in] | *handle | pointer to a bmp180 handle structure |
[in] | reg | iic register address |
[out] | *value | pointer to a read data buffer |
[in] | *handle | points to a bmp180 handle structure |
[in] | reg | is the iic register address |
[in] | value | is the data write to the register |
[in] | *handle | pointer to a bmp180 handle structure |
[in] | reg | iic register address |
[in] | value | data written to the register |
[in] | fmt | is the format data |
[in] | fmt | format data |
[in] | ms | |
[in] | ms | time |
[in] | addr | is iic device write address |
[in] | reg | is iic register address |
[out] | *buf | points to a data buffer |
[in] | len | is the length of the data buffer |
[in] | addr | iic device write address |
[in] | reg | iic register address |
[out] | *buf | pointer to a data buffer |
[in] | len | length of the data buffer |
[in] | addr | is iic device write address |
[in] | reg | is iic register address |
[in] | *buf | points to a data buffer |
[in] | len | is the length of the data buffer |
[in] | addr | iic device write address |
[in] | reg | iic register address |
[in] | *buf | pointer to a data buffer |
[in] | len | length of the data buffer |
[in] | HANDLE | points to a bmp180 handle structure |
[in] | FUC | points to a debug_print function address |
[in] | HANDLE | pointer to a bmp180 handle structure |
[in] | FUC | pointer to a debug_print function address |
[in] | HANDLE | points to a bmp180 handle structure |
[in] | FUC | points to a delay_ms function address |
[in] | HANDLE | pointer to a bmp180 handle structure |
[in] | FUC | pointer to a delay_ms function address |
[in] | HANDLE | points to a bmp180 handle structure |
[in] | FUC | points to an iic_deinit function address |
[in] | HANDLE | pointer to a bmp180 handle structure |
[in] | FUC | pointer to an iic_deinit function address |
[in] | HANDLE | points to a bmp180 handle structure |
[in] | FUC | points to an iic_init function address |
[in] | HANDLE | pointer to a bmp180 handle structure |
[in] | FUC | pointer to an iic_init function address |
[in] | HANDLE | points to a bmp180 handle structure |
[in] | FUC | points to an iic_read function address |
[in] | HANDLE | pointer to a bmp180 handle structure |
[in] | FUC | pointer to an iic_read function address |
[in] | HANDLE | points to a bmp180 handle structure |
[in] | FUC | points to an iic_write function address |
[in] | HANDLE | pointer to a bmp180 handle structure |
[in] | FUC | pointer to an iic_write function address |
[in] | HANDLE | points to a bmp180 handle structure |
[in] | STRUCTURE | is bmp180_handle_t |
[in] | HANDLE | pointer to a bmp180 handle structure |
[in] | STRUCTURE | bmp180_handle_t |
[in] | times | is the read times |
[in] | times | test times |