From 6f2206fe569cb0ea6cd826cda00037b87450518e Mon Sep 17 00:00:00 2001 From: LibDriver <704839379@qq.com> Date: Sun, 1 Dec 2024 20:20:51 +0800 Subject: [PATCH] fix: fix doc errors --- CHANGELOG.md | 6 ++ doc/html/group__dht11__base__driver.html | 28 ++++---- doc/html/group__dht11__example__driver.html | 4 +- doc/html/group__dht11__interface__driver.html | 10 +-- doc/html/group__dht11__link__driver.html | 40 +++++------ doc/html/group__dht11__test__driver.html | 2 +- example/driver_dht11_basic.c | 4 +- example/driver_dht11_basic.h | 4 +- interface/driver_dht11_interface.h | 10 +-- interface/driver_dht11_interface_template.c | 10 +-- .../raspberrypi4b_driver_dht11_interface.c | 10 +-- project/raspberrypi4b/src/main.c | 8 +-- .../src/stm32f407_driver_dht11_interface.c | 10 +-- project/stm32f407/usr/src/main.c | 4 +- src/driver_dht11.c | 38 +++++------ src/driver_dht11.h | 68 +++++++++---------- test/driver_dht11_read_test.c | 2 +- test/driver_dht11_read_test.h | 2 +- 18 files changed, 133 insertions(+), 127 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33fc030..ab59935 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__dht11__base__driver.html b/doc/html/group__dht11__base__driver.html index b2c4dee..c909514 100644 --- a/doc/html/group__dht11__base__driver.html +++ b/doc/html/group__dht11__base__driver.html @@ -190,7 +190,7 @@
[in] | *handle | points to a dht11 handle structure |
[in] | *handle | pointer to a dht11 handle structure |
[out] | *info | points to a dht11 info structure |
[out] | *info | pointer to a dht11 info structure |
[in] | *handle | points to a dht11 handle structure |
[in] | *handle | pointer to a dht11 handle structure |
[in] | *handle | points to a dht11 handle structure |
[out] | *raw | points to a raw humidity buffer |
[out] | *s | points to a converted humidity buffer |
[in] | *handle | pointer to a dht11 handle structure |
[out] | *raw | pointer to a raw humidity buffer |
[out] | *s | pointer to a converted humidity buffer |
[in] | *handle | points to a dht11 handle structure |
[out] | *raw | points to a raw temperature buffer |
[out] | *s | points to a converted temperature buffer |
[in] | *handle | pointer to a dht11 handle structure |
[out] | *raw | pointer to a raw temperature buffer |
[out] | *s | pointer to a converted temperature buffer |
[in] | *handle | points to a dht11 handle structure |
[out] | *temperature_raw | points to a raw temperature buffer |
[out] | *temperature_s | points to a converted temperature buffer |
[out] | *humidity_raw | points to a raw humidity buffer |
[out] | *humidity_s | points to a converted humidity buffer |
[in] | *handle | pointer to a dht11 handle structure |
[out] | *temperature_raw | pointer to a raw temperature buffer |
[out] | *temperature_s | pointer to a converted temperature buffer |
[out] | *humidity_raw | pointer to a raw humidity buffer |
[out] | *humidity_s | pointer to a converted humidity buffer |
[out] | *temperature | points to a converted temperature buffer |
[out] | *humidity | points to a converted humidity buffer |
[out] | *temperature | pointer to a converted temperature buffer |
[out] | *humidity | pointer to a converted humidity buffer |
[in] | fmt | is the format data |
[in] | fmt | format data |
[in] | ms | |
[in] | ms | time |
[in] | us | |
[in] | us | time |
[out] | *value | points to a value buffer |
[out] | *value | pointer to a value buffer |
[in] | value | is the written value |
[in] | value | written value |
[in] | HANDLE | points to a dht11 handle structure |
[in] | FUC | points to a bus_deinit function address |
[in] | HANDLE | pointer to a dht11 handle structure |
[in] | FUC | pointer to a bus_deinit function address |
[in] | HANDLE | points to a dht11 handle structure |
[in] | FUC | points to a bus_init function address |
[in] | HANDLE | pointer to a dht11 handle structure |
[in] | FUC | pointer to a bus_init function address |
[in] | HANDLE | points to a dht11 handle structure |
[in] | FUC | points to a bus_read function address |
[in] | HANDLE | pointer to a dht11 handle structure |
[in] | FUC | pointer to a bus_read function address |
[in] | HANDLE | points to a dht11 handle structure |
[in] | FUC | points to a bus_write function address |
[in] | HANDLE | pointer to a dht11 handle structure |
[in] | FUC | pointer to a bus_write function address |
[in] | HANDLE | points to a dht11 handle structure |
[in] | FUC | points to a debug_print function address |
[in] | HANDLE | pointer to a dht11 handle structure |
[in] | FUC | pointer to a debug_print function address |
[in] | HANDLE | points to a dht11 handle structure |
[in] | FUC | points to a delay_ms function address |
[in] | HANDLE | pointer to a dht11 handle structure |
[in] | FUC | pointer to a delay_ms function address |
[in] | HANDLE | points to a dht11 handle structure |
[in] | FUC | points to a delay_us function address |
[in] | HANDLE | pointer to a dht11 handle structure |
[in] | FUC | pointer to a delay_us function address |
[in] | HANDLE | points to a dht11 handle structure |
[in] | FUC | points to a disable_irq function address |
[in] | HANDLE | pointer to a dht11 handle structure |
[in] | FUC | pointer to a disable_irq function address |
[in] | HANDLE | points to a dht11 handle structure |
[in] | FUC | points to an enable_irq function address |
[in] | HANDLE | pointer to a dht11 handle structure |
[in] | FUC | pointer to an enable_irq function address |
[in] | HANDLE | points to a dht11 handle structure |
[in] | STRUCTURE | is dht11_handle_t |
[in] | HANDLE | pointer to a dht11 handle structure |
[in] | STRUCTURE | dht11_handle_t |
[in] | times | is the test times |
[in] | times | test times |