Skip to content

Commit b1ece12

Browse files
authored
fix: 修改错误拼写
1 parent 8c8ca84 commit b1ece12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/library/gpio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void pinMode(uint32_t ulPin, uint32_t ulMode)
4545
- `INPUT_PULLUP`:输入模式,但是在引脚上启用内部上拉电阻。
4646
- `INPUT_PULLDOWN`:输入模式,但是在引脚上启用内部下拉电阻。
4747
- `INPUT_ANALOG`:模拟输入模式。
48-
- `OUTPUT_OPENDRAIN`:输出模式,但是在引脚上启用开漏输出。
48+
- `OUTPUT_OPEN_DRAIN`:输出模式,但是在引脚上启用开漏输出。
4949
5050
### 内部上拉和下拉
5151

0 commit comments

Comments
 (0)