Skip to content

Commit 3ed7b9f

Browse files
committed
docs: fix '。' errors.
1 parent a5b9bb4 commit 3ed7b9f

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ LibDriver AT24CXX is the full function driver of AT24CXX launched by LibDriver.
2727

2828
/src includes LibDriver AT24CXX source files.
2929

30-
/interface includes LibDriver AT24CXX IIC platform independent template
30+
/interface includes LibDriver AT24CXX IIC platform independent template.
3131

32-
/test includes LibDriver AT24CXX driver test code and this code can test the chip necessary function simply
32+
/test includes LibDriver AT24CXX driver test code and this code can test the chip necessary function simply.
3333

3434
/example includes LibDriver AT24CXX sample code.
3535

3636
/doc includes LibDriver AT24CXX offline document.
3737

38-
/datasheet includes AT24CXX datasheet
38+
/datasheet includes AT24CXX datasheet.
3939

4040
/project includes the common Linux and MCU development board sample code. All projects use the shell script to debug the driver and the detail instruction can be found in each project's README.md.
4141

@@ -50,6 +50,8 @@ Add /src, /interface and /example to your project.
5050
#### example basic
5151

5252
```C
53+
#include "driver_at24cxx_basic.h"
54+
5355
uint8_t res;
5456
uint8_t data;
5557

README_de.md

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

5151
```C
52+
#include "driver_at24cxx_basic.h"
53+
5254
uint8_t res;
5355
uint8_t data;
5456

README_ja.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ LibDriver AT24CXXは、LibDriverによって起動されたAT24CXXの全機能
5050
#### example basic
5151

5252
```C
53+
#include "driver_at24cxx_basic.h"
54+
5355
uint8_t res;
5456
uint8_t data;
5557

README_ko.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ LibDriver AT24CXX는 LibDriver에서 출시한 AT24CXX의 전체 기능 드라
5050
#### example basic
5151

5252
```C
53+
#include "driver_at24cxx_basic.h"
54+
5355
uint8_t res;
5456
uint8_t data;
5557

README_zh-Hans.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ LibDriver AT24CXX是LibDriver推出的AT24CXX的全功能驱动,该驱动提
5050
#### example basic
5151

5252
```C
53+
#include "driver_at24cxx_basic.h"
54+
5355
uint8_t res;
5456
uint8_t data;
5557

README_zh-Hant.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ LibDriver AT24CXX是LibDriver推出的AT24CXX的全功能驅動,該驅動提
5050
#### example basic
5151

5252
```C
53+
#include "driver_at24cxx_basic.h"
54+
5355
uint8_t res;
5456
uint8_t data;
5557

0 commit comments

Comments
 (0)