From 4418e98d7ea203e073f7ce93ae03a662acfd2080 Mon Sep 17 00:00:00 2001 From: LibDriver <704839379@qq.com> Date: Sat, 21 Dec 2024 16:53:30 +0800 Subject: [PATCH] fix: fix doc errors --- CHANGELOG.md | 6 + doc/html/group__mpu9250__basic__driver.html | 742 ++++++------ doc/html/group__mpu9250__dmp__driver.html | 172 +-- doc/html/group__mpu9250__example__driver.html | 60 +- doc/html/group__mpu9250__extern__driver.html | 16 +- .../group__mpu9250__interface__driver.html | 40 +- doc/html/group__mpu9250__link__driver.html | 48 +- .../group__mpu9250__magnetometer__driver.html | 62 +- doc/html/group__mpu9250__test__driver.html | 32 +- example/driver_mpu9250_basic.c | 12 +- example/driver_mpu9250_basic.h | 12 +- example/driver_mpu9250_dmp.c | 30 +- example/driver_mpu9250_dmp.h | 30 +- example/driver_mpu9250_fifo.c | 18 +- example/driver_mpu9250_fifo.h | 18 +- interface/driver_mpu9250_interface.h | 40 +- interface/driver_mpu9250_interface_template.c | 40 +- .../raspberrypi4b_driver_mpu9250_interface.c | 40 +- project/raspberrypi4b/src/main.c | 16 +- .../src/stm32f407_driver_mpu9250_interface.c | 40 +- project/stm32f407/usr/src/main.c | 14 +- src/driver_mpu9250.c | 1068 ++++++++--------- src/driver_mpu9250.h | 1040 ++++++++-------- test/driver_mpu9250_dmp_pedometer_test.c | 6 +- test/driver_mpu9250_dmp_pedometer_test.h | 6 +- test/driver_mpu9250_dmp_read_test.c | 6 +- test/driver_mpu9250_dmp_read_test.h | 6 +- ...river_mpu9250_dmp_tap_orient_motion_test.c | 12 +- ...river_mpu9250_dmp_tap_orient_motion_test.h | 4 +- test/driver_mpu9250_fifo_test.c | 6 +- test/driver_mpu9250_fifo_test.h | 6 +- test/driver_mpu9250_read_test.c | 6 +- test/driver_mpu9250_read_test.h | 6 +- test/driver_mpu9250_register_test.c | 4 +- test/driver_mpu9250_register_test.h | 4 +- 35 files changed, 1837 insertions(+), 1831 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab68704..15de59e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.4 (2024-12-21) + +## Bug Fixes + +- fix doc errors + ## 1.0.3 (2024-08-15) ## Bug Fixes diff --git a/doc/html/group__mpu9250__basic__driver.html b/doc/html/group__mpu9250__basic__driver.html index e6734e0..ca821e3 100644 --- a/doc/html/group__mpu9250__basic__driver.html +++ b/doc/html/group__mpu9250__basic__driver.html @@ -1747,9 +1747,9 @@
[in] | *handle | points to an mpu9250 handle structure |
[in] | reg | is the register raw data |
[out] | *mg | points to an accelerometer offset buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | reg | register raw data |
[out] | *mg | pointer to an accelerometer offset buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | mg | is the accelerometer offset |
[out] | *reg | points to a register raw buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | mg | accelerometer offset |
[out] | *reg | pointer to a register raw buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | *handle | points to an mpu9250 handle structure |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *buf | points to a data buffer |
[in] | len | is the buffer length |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *buf | pointer to a data buffer |
[in] | len | buffer length |
[in] | *handle | points to an mpu9250 handle structure |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | *handle | points to an mpu9250 handle structure |
[in] | *buf | points to a data buffer |
[in] | len | is the buffer length |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | *buf | pointer to a data buffer |
[in] | len | buffer length |
[in] | *handle | points to an mpu9250 handle structure |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *choice | points to an accelerometer choice buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *choice | pointer to an accelerometer choice buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *filter | points to an accelerometer low pass filter buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *filter | pointer to an accelerometer low pass filter buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *range | points to an accelerometer range buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *range | pointer to an accelerometer range buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | axis | is the tested axis |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | axis | tested axis |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *offset | points to an accelerometer x offset buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *offset | pointer to an accelerometer x offset buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *data | points to a set data buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *data | pointer to a set data buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *offset | points to an accelerometer y offset buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *offset | pointer to an accelerometer y offset buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *data | points to a set data buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *data | pointer to a set data buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *offset | points to an accelerometer z offset buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *offset | pointer to an accelerometer z offset buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *data | points to a set data buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *data | pointer to a set data buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *addr_pin | points to a chip address pin buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *addr_pin | pointer to a chip address pin buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *clock_source | points to a clock source buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *clock_source | pointer to a clock source buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *sync | points to an extern sync type buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *sync | pointer to an extern sync type buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *count | points to a fifo count buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *count | pointer to a fifo count buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | fifo | is the fifo type |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | fifo | fifo type |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *mode | points to a fifo mode buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *mode | pointer to a fifo mode buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *level | points to a set level buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *level | pointer to a set level buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *offset | points to a gyro x offset buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *offset | pointer to a gyro x offset buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *offset | points to a gyro y offset buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *offset | pointer to a gyro y offset buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *offset | points to a gyro z offset buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *offset | pointer to a gyro z offset buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *choice | points to a gyroscope choice buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *choice | pointer to a gyroscope choice buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *range | points to a gyroscope range buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *range | pointer to a gyroscope range buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | axis | is the tested axis |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | axis | tested axis |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *data | points to a set data buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *data | pointer to a set data buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *data | points to a set data buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *data | pointer to a set data buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *data | points to a set data buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *data | pointer to a set data buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *data | points to a set data buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *data | pointer to a set data buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *data | points to a set data buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *data | pointer to a set data buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *mode | points to a transaction mode buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *mode | pointer to a transaction mode buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | slave | is the iic slave number |
[out] | *addr_7bit | points to an iic address buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | slave | iic slave number |
[out] | *addr_7bit | pointer to an iic address buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | slave | is the iic slave number |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | slave | iic slave number |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *clk | points to an iic clock buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *clk | pointer to an iic clock buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | slave | is the iic slave number |
[out] | *data | points to a set data buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | slave | iic slave number |
[out] | *data | pointer to a set data buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *delay | points to an iic delay buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *delay | pointer to an iic delay buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | delay | is the iic delay |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | delay | iic delay |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | slave | is the iic slave number |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | slave | iic slave number |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | slave | is the iic slave number |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | slave | iic slave number |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | slave | is the iic slave number |
[out] | *order | points to a group order buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | slave | iic slave number |
[out] | *order | pointer to a group order buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | slave | is the iic slave number |
[out] | *mode | points to an iic mode buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | slave | iic slave number |
[out] | *mode | pointer to an iic mode buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *mode | points to a read mode buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *mode | pointer to a read mode buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | slave | is the iic slave number |
[out] | *reg | points to an iic register buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | slave | iic slave number |
[out] | *reg | pointer to an iic register buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *status | points to a status buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *status | pointer to a status buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | slave | is the iic slave number |
[out] | *mode | points to an iic transaction mode buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | slave | iic slave number |
[out] | *mode | pointer to an iic transaction mode buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | slave | is the iic slave number |
[out] | *len | points to an iic transferred length buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | slave | iic slave number |
[out] | *len | pointer to an iic transferred length buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *interface | points to a chip interface buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *interface | pointer to a chip interface buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | type | is the set interrupt type |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | type | set interrupt type |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *level | points to an interrupt level buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *level | pointer to an interrupt level buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *type | points to a pin type buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *type | pointer to a pin type buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *status | points to a status buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *status | pointer to a status buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *filter | points to a low pass filter buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *filter | pointer to a low pass filter buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *rate | points to a low power accel output rate buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *rate | pointer to a low power accel output rate buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *threshold | points to a threshold buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *threshold | pointer to a threshold buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *d | points to a sample rate divider buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *d | pointer to a sample rate divider buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[in] | source | is the input source |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[in] | source | input source |
[out] | *enable | pointer to a bool value buffer |
[in] | *handle | points to an mpu9250 handle structure |
[out] | *enable | points to a bool value buffer |
[in] | *handle | pointer to an mpu9250 handle structure |
[out] | *enable | pointer to a bool value buffer |