提交 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:
"type": "GPIO",
"port": 19,
"dir": "output",
"pull": "pullup"
"pull": "pushpull"
},
"uln2003_a_": {
"type": "GPIO",
"port": 27,
"dir": "output",
"pull": "pullup"
"pull": "pushpull"
},
"uln2003_b": {
"type": "GPIO",
"port": 0,
"dir": "output",
"pull": "pullup"
"pull": "pushpull"
},
"uln2003_b_": {
"type": "GPIO",
"port": 2,
"dir": "output",
"pull": "pullup"
"pull": "pushpull"
}
},
"debugLevel": "ERROR",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册