Skip to content

Commit 6d9ce42

Browse files
committed
docs: udpate README
1 parent f822d08 commit 6d9ce42

6 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LibDriver AT24CXX is the full function driver of AT24CXX launched by LibDriver.
4545

4646
Reference /interface IIC platform independent template and finish your platform IIC driver.
4747

48-
Add /src, /interface and /example to your project.
48+
Add the /src directory, the interface driver for your platform, and your own drivers to your project, if you want to use the default example drivers, add the /example directory to your project.
4949

5050
### Usage
5151

README_de.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ LibDriver AT24CXX ist der Treiber mit vollem Funktionsumfang von AT24CXX, der vo
4444

4545
Verweisen Sie auf eine plattformunabhängige IIC-Schnittstellenvorlage und stellen Sie Ihren Plattform-IIC-Treiber fertig.
4646

47-
Fügen Sie /src, /interface und /example zu Ihrem Projekt hinzu.
47+
Fügen Sie das Verzeichnis /src, den Schnittstellentreiber für Ihre Plattform und Ihre eigenen Treiber zu Ihrem Projekt hinzu. Wenn Sie die Standardbeispieltreiber verwenden möchten, fügen Sie das Verzeichnis /example zu Ihrem Projekt hinzu.
4848

4949
### Nutzung
5050

README_ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LibDriver AT24CXXは、LibDriverによって起動されたAT24CXXの全機能
4545

4646
/ interfaceディレクトリにあるプラットフォームに依存しないIICバステンプレートを参照して、指定したプラットフォームのIICバスドライバを完成させます。
4747

48-
/ srcディレクトリ、/ interfaceディレクトリ、および/exampleディレクトリをプロジェクトに追加します
48+
/src ディレクトリ、プラットフォームのインターフェイス ドライバー、および独自のドライバーをプロジェクトに追加します。デフォルトのサンプル ドライバーを使用する場合は、/example ディレクトリをプロジェクトに追加します
4949

5050
### 使用
5151

README_ko.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LibDriver AT24CXX는 LibDriver에서 출시한 AT24CXX의 전체 기능 드라
4545

4646
/interface 디렉토리에서 플랫폼 독립적인 IIC버스 템플릿을 참조하여 지정된 플랫폼에 대한 IIC버스 드라이버를 완성하십시오.
4747

48-
/src 디렉토리, /interface 디렉토리 및 /example 디렉토리를 프로젝트에 추가하십시오.
48+
/src 디렉터리, 플랫폼용 인터페이스 드라이버 및 자체 드라이버를 프로젝트에 추가합니다. 기본 예제 드라이버를 사용하려면 /example 디렉터리를 프로젝트에 추가합니다.
4949

5050
### 사용
5151

README_zh-Hans.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LibDriver AT24CXX是LibDriver推出的AT24CXX的全功能驱动,该驱动提
4545

4646
参考/interface目录下与平台无关的IIC总线模板,完成指定平台的IIC总线驱动。
4747

48-
将/src目录,/interface目录和/example目录加入工程
48+
将/src目录,您使用平台的接口驱动和您开发的驱动加入工程,如果您想要使用默认的范例驱动,可以将/example目录加入您的工程
4949

5050
### 使用
5151

README_zh-Hant.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LibDriver AT24CXX是LibDriver推出的AT24CXX的全功能驅動,該驅動提
4545

4646
參考/interface目錄下與平台無關的IIC總線模板,完成指定平台的IIC總線驅動。
4747

48-
將/src目錄,/interface目錄和/example目錄加入工程
48+
將/src目錄,您使用平臺的介面驅動和您開發的驅動加入工程,如果您想要使用默認的範例驅動,可以將/example目錄加入您的工程
4949

5050
### 使用
5151

0 commit comments

Comments
 (0)