Skip to content

Commit

Permalink
Merge pull request #19 from libdriver/dev
Browse files Browse the repository at this point in the history
docs: update docs
  • Loading branch information
libdriver authored Feb 12, 2024
2 parents 312a220 + e284413 commit d4f85f4
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,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
Expand Down
2 changes: 2 additions & 0 deletions README_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,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 write

```C
Expand Down
2 changes: 2 additions & 0 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ LibDriver PCF8591は、LibDriverによって起動されたPCF8591の全機能

### 使用

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

#### example write

```C
Expand Down
2 changes: 2 additions & 0 deletions README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ LibDriver PCF8591은 LibDriver에서 출시한 PCF8591의 전체 기능 드라

### 사용

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

#### example write

```C
Expand Down
2 changes: 2 additions & 0 deletions README_zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ LibDriver PCF8591是LibDriver推出的PCF8591的全功能驱动,该驱动提

### 使用

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

#### example basic

```C
Expand Down
2 changes: 2 additions & 0 deletions README_zh-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ LibDriver PCF8591是LibDriver推出的PCF8591的全功能驅動,該驅動提

### 使用

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

#### example basic

```C
Expand Down
2 changes: 1 addition & 1 deletion doc/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<div class="title">LibDriver PCF8591 </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>libdriver pcf8591 is a full function driver of pcf8591 and it can run in both MCU and Linux platform. </p><dl class="section version"><dt>Version</dt><dd>2.0.0 </dd></dl>
<div class="textblock"><p>LibDriver PCF8591 is a full function driver of PCF8591 and it can run in both MCU and Linux platform. </p><dl class="section version"><dt>Version</dt><dd>2.0.0 </dd></dl>
<dl class="section author"><dt>Author</dt><dd>Shifeng Li</dd></dl>
<h3>history</h3>
<table class="doxtable">
Expand Down
2 changes: 1 addition & 1 deletion doc/mainpage/mainpage.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @mainpage LibDriver PCF8591
* @brief libdriver pcf8591 is a full function driver of pcf8591 and it can run in both MCU and Linux platform.
* @brief LibDriver PCF8591 is a full function driver of PCF8591 and it can run in both MCU and Linux platform.
* @version 2.0.0
* @author Shifeng Li
*
Expand Down

0 comments on commit d4f85f4

Please sign in to comment.