Skip to content

Commit 4daee0f

Browse files
authored
Merge pull request #2 from libdriver/dev
docs: update docs
2 parents 1587014 + 37d7932 commit 4daee0f

9 files changed

+15
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1992,7 +1992,7 @@ CMakeLists.txt needs to follow the LibDriver CMake style and its content is as f
19921992
# set the package depends
19931993
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6")
19941994
1995-
# .tar.gz outpout
1995+
# .tar.gz output
19961996
# set(CPACK_GENERATOR TGZ)
19971997
19981998
# set the package name

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Add /src, /interface and /example to your project.
4949

5050
### Usage
5151

52+
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.
53+
5254
#### example basic
5355

5456
```C

README_de.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Fügen Sie /src, /interface und /example zu Ihrem Projekt hinzu.
4848

4949
### Nutzung
5050

51+
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.
52+
5153
#### example basic
5254

5355
```C

README_ja.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ LibDriver SHT4X は、LibDriver によって起動される SHT4X のフル機
4949

5050
### 使用
5151

52+
/example ディレクトリ内のサンプルを参照して、独自のドライバーを完成させることができます。 デフォルトのプログラミング例を使用したい場合の使用方法は次のとおりです。
53+
5254
#### example basic
5355

5456
```C

README_ko.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ LibDriver SHT4X는 LibDriver에서 출시한 SHT4X의 전체 기능 드라이버
4949

5050
### 사용
5151

52+
/example 디렉터리의 예제를 참조하여 자신만의 드라이버를 완성할 수 있습니다. 기본 프로그래밍 예제를 사용하려는 경우 사용 방법은 다음과 같습니다.
53+
5254
#### example basic
5355

5456
```C

README_zh-Hans.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ LibDriver SHT4X是LibDriver推出的SHT4X全功能驱动程序,提供温湿度
4949

5050
### 使用
5151

52+
您可以参考/example目录下的编程范例完成适合您的驱动,如果您想要使用默认的编程范例,以下是它们的使用方法。
53+
5254
#### example basic
5355

5456
```C

README_zh-Hant.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ LibDriver SHT4X是LibDriver推出的SHT4X全功能驅動程序,提供溫濕度
4949

5050
### 使用
5151

52+
您可以參考/example目錄下的程式設計範例完成適合您的驅動,如果您想要使用默認的程式設計範例,以下是它們的使用方法。
53+
5254
#### example basic
5355

5456
```C

doc/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<div class="title">LibDriver SHT4X </div> </div>
8989
</div><!--header-->
9090
<div class="contents">
91-
<div class="textblock"><p>libdriver sht4x is a full function driver of sht4x and it can run in both MCU and Linux platform. </p><dl class="section version"><dt>Version</dt><dd>1.0.0 </dd></dl>
91+
<div class="textblock"><p>LibDriver SHT4X is a full function driver of SHT4X and it can run in both MCU and Linux platform. </p><dl class="section version"><dt>Version</dt><dd>1.0.0 </dd></dl>
9292
<dl class="section author"><dt>Author</dt><dd>Shifeng Li</dd></dl>
9393
<h3>history</h3>
9494
<table class="doxtable">

doc/mainpage/mainpage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @mainpage LibDriver SHT4X
3-
* @brief libdriver sht4x is a full function driver of sht4x and it can run in both MCU and Linux platform.
3+
* @brief LibDriver SHT4X is a full function driver of SHT4X and it can run in both MCU and Linux platform.
44
* @version 1.0.0
55
* @author Shifeng Li
66
*

0 commit comments

Comments
 (0)