From 9d474c8e2fea6e02421c92bf7b9ab12a250af9e8 Mon Sep 17 00:00:00 2001 From: e Date: Sat, 18 Nov 2023 20:02:02 +0800 Subject: [PATCH 1/2] docs: change some errors --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a91957..cd10a53 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1992,7 +1992,7 @@ CMakeLists.txt needs to follow the LibDriver CMake style and its content is as f # set the package depends set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6") - # .tar.gz outpout + # .tar.gz output # set(CPACK_GENERATOR TGZ) # set the package name From c4399c0bae44d2e8c48cd6f302db0916a4e308bc Mon Sep 17 00:00:00 2001 From: LibDriver <704839379@qq.com> Date: Sun, 11 Feb 2024 21:39:30 +0800 Subject: [PATCH 2/2] docs: update docs --- README.md | 2 ++ README_de.md | 2 ++ README_ja.md | 2 ++ README_ko.md | 2 ++ README_zh-Hans.md | 2 ++ README_zh-Hant.md | 2 ++ doc/html/index.html | 2 +- doc/mainpage/mainpage.h | 2 +- 8 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14babd8..a9e1499 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ Add /src, /interface and /example to your project. ### Usage +You can refer to the examples in the/example directory to complete your own driver. If you want to use the default programming examples, here's how to use them. + #### example basic ```C diff --git a/README_de.md b/README_de.md index 63033a6..6633d33 100644 --- a/README_de.md +++ b/README_de.md @@ -51,6 +51,8 @@ Fügen Sie /src, /interface und /example zu Ihrem Projekt hinzu. ### Nutzung +Sie können auf die Beispiele im Verzeichnis/example zurückgreifen, um Ihren eigenen Treiber zu vervollständigen. Wenn Sie die Standardprogrammierbeispiele verwenden möchten, erfahren Sie hier, wie Sie diese verwenden. + #### example basic ```C diff --git a/README_ja.md b/README_ja.md index 4c5064d..135dd57 100644 --- a/README_ja.md +++ b/README_ja.md @@ -51,6 +51,8 @@ LibDriver MPU9250 は、LibDriver によって起動される mpu9250 のフル ### 使用 +/example ディレクトリ内のサンプルを参照して、独自のドライバーを完成させることができます。 デフォルトのプログラミング例を使用したい場合の使用方法は次のとおりです。 + #### example basic ```C diff --git a/README_ko.md b/README_ko.md index 0523605..0d72ca3 100644 --- a/README_ko.md +++ b/README_ko.md @@ -51,6 +51,8 @@ LibDriver MPU9250은 LibDriver에서 출시한 mpu9250의 전체 기능 드라 ### 사용 +/example 디렉터리의 예제를 참조하여 자신만의 드라이버를 완성할 수 있습니다. 기본 프로그래밍 예제를 사용하려는 경우 사용 방법은 다음과 같습니다. + #### example basic ```C diff --git a/README_zh-Hans.md b/README_zh-Hans.md index 0c0b535..56bc121 100644 --- a/README_zh-Hans.md +++ b/README_zh-Hans.md @@ -51,6 +51,8 @@ LibDriver MPU9250是LibDriver推出的MPU9250的全功能驱动,该驱动提 ### 使用 +您可以参考/example目录下的编程范例完成适合您的驱动,如果您想要使用默认的编程范例,以下是它们的使用方法。 + #### example basic ```C diff --git a/README_zh-Hant.md b/README_zh-Hant.md index d977a7c..5933032 100644 --- a/README_zh-Hant.md +++ b/README_zh-Hant.md @@ -51,6 +51,8 @@ LibDriver MPU9250是LibDriver推出的MPU9250的全功能驅動,該驅動提 ### 使用 +您可以參考/example目錄下的程式設計範例完成適合您的驅動,如果您想要使用默認的程式設計範例,以下是它們的使用方法。 + #### example basic ```C diff --git a/doc/html/index.html b/doc/html/index.html index 09e032b..df7a75b 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -88,7 +88,7 @@
LibDriver MPU9250
-

libdriver mpu9250 is a full function driver of mpu9250 and it can run in both MCU and Linux platform.

Version
1.0.0
+

LibDriver MPU9250 is a full function driver of MPU9250 and it can run in both MCU and Linux platform.

Version
1.0.0
Author
Shifeng Li

history

diff --git a/doc/mainpage/mainpage.h b/doc/mainpage/mainpage.h index 4f49238..d815310 100644 --- a/doc/mainpage/mainpage.h +++ b/doc/mainpage/mainpage.h @@ -1,6 +1,6 @@ /** * @mainpage LibDriver MPU9250 - * @brief libdriver mpu9250 is a full function driver of mpu9250 and it can run in both MCU and Linux platform. + * @brief LibDriver MPU9250 is a full function driver of MPU9250 and it can run in both MCU and Linux platform. * @version 1.0.0 * @author Shifeng Li *