diff --git a/README.md b/README.md index 1e6b36b..5c7300a 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,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 85c0b90..71cc2ac 100644 --- a/README_de.md +++ b/README_de.md @@ -48,6 +48,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 0910d36..6ed4b0c 100644 --- a/README_ja.md +++ b/README_ja.md @@ -49,6 +49,8 @@ LibDriver HTU21D は、LibDriver によって起動される HTU21D のフル機 ### 使用 +/example ディレクトリ内のサンプルを参照して、独自のドライバーを完成させることができます。 デフォルトのプログラミング例を使用したい場合の使用方法は次のとおりです。 + #### example basic ```C diff --git a/README_ko.md b/README_ko.md index 5046aac..f3e8373 100644 --- a/README_ko.md +++ b/README_ko.md @@ -49,6 +49,8 @@ LibDriver HTU21D는 LibDriver에서 출시한 HTU21D의 전체 기능 드라이 ### 사용 +/example 디렉터리의 예제를 참조하여 자신만의 드라이버를 완성할 수 있습니다. 기본 프로그래밍 예제를 사용하려는 경우 사용 방법은 다음과 같습니다. + #### example basic ```C diff --git a/README_zh-Hans.md b/README_zh-Hans.md index 1deeb33..3e3642d 100644 --- a/README_zh-Hans.md +++ b/README_zh-Hans.md @@ -49,6 +49,8 @@ LibDriver HTU21D是LibDriver推出的HTU21D全功能驱动,该驱动提供温 ### 使用 +您可以参考/example目录下的编程范例完成适合您的驱动,如果您想要使用默认的编程范例,以下是它们的使用方法。 + #### example basic ```C diff --git a/README_zh-Hant.md b/README_zh-Hant.md index 480555d..844e554 100644 --- a/README_zh-Hant.md +++ b/README_zh-Hant.md @@ -49,6 +49,8 @@ LibDriver HTU21D是LibDriver推出的HTU21D全功能驅動,該驅動提供溫 ### 使用 +您可以參考/example目錄下的程式設計範例完成適合您的驅動,如果您想要使用默認的程式設計範例,以下是它們的使用方法。 + #### example basic ```C diff --git a/doc/html/index.html b/doc/html/index.html index 1086db0..6bb7fc1 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -88,7 +88,7 @@
libdriver htu21d is a full function driver of htu21d and it can run in both MCU and Linux platform.
LibDriver HTU21D is a full function driver of HTU21D and it can run in both MCU and Linux platform.