提交 5be35095 编写于 作者: Y yanxiaoyong.yxy 提交者: yilu.myl

IssueID:1651: modify uln2003 input from pullup to pushpull.

[Detail]
none

[Verified Cases]
Build Pass:<none>
Test Pass: <none>
上级 a881ae81
...@@ -134,28 +134,28 @@ while 1: ...@@ -134,28 +134,28 @@ while 1:
"type": "GPIO", "type": "GPIO",
"port": 19, "port": 19,
"dir": "output", "dir": "output",
"pull": "pullup" "pull": "pushpull"
}, },
"uln2003_a_": { "uln2003_a_": {
"type": "GPIO", "type": "GPIO",
"port": 27, "port": 27,
"dir": "output", "dir": "output",
"pull": "pullup" "pull": "pushpull"
}, },
"uln2003_b": { "uln2003_b": {
"type": "GPIO", "type": "GPIO",
"port": 0, "port": 0,
"dir": "output", "dir": "output",
"pull": "pullup" "pull": "pushpull"
}, },
"uln2003_b_": { "uln2003_b_": {
"type": "GPIO", "type": "GPIO",
"port": 2, "port": 2,
"dir": "output", "dir": "output",
"pull": "pullup" "pull": "pushpull"
} }
}, },
"debugLevel": "ERROR", "debugLevel": "ERROR",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册