Skip to content

Commit 82f50a9

Browse files
committed
1
1 parent dc964d4 commit 82f50a9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

English_Document.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Determine whether the pin on label 1 is touched or not, and execute statement 1
2626

2727
For example:`pin2.write_digital(1)` Pin Output High Level in Label 2; `pin2.write_digital(0)` Output low level at label pin 2.
2828

29-
30-
## ** Example **
29+
---
30+
## Example
3131
1. [shy.py](https://github.com/aJantes/MircoPython-IO/blob/master/example/shy.py) -Shy board
3232
2. [blink.py](https://github.com/aJantes/MircoPython-IO/blob/master/example/blink.py) -LED twinkle
3333

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ IO 口 硬件相关函数 [pin 模块](https://github.com/aJantes/MircoPython-IO
2626

2727
例如:`pin2.write_digital(1)` 在 2 号标签的引脚输出高电平; `pin2.write_digital(0)` 在 2 号标签引脚输出低电平。
2828

29-
30-
## ** IO 口例子**
29+
---
30+
## IO 口例子
3131
1. [shy.py](https://github.com/aJantes/MircoPython-IO/blob/master/example/shy.py) -害羞的板子
3232
2. [blink.py](https://github.com/aJantes/MircoPython-IO/blob/master/example/blink.py) -led 闪烁
3333

0 commit comments

Comments
 (0)