补充 GPIO 控制内容.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
95406c7c65
commit
825c038904
|
@ -52,6 +52,8 @@ echo “rising” > edge
|
|||
echo “falling” > edge
|
||||
# 边沿触发中断
|
||||
echo “both” > edge
|
||||
# 翻转电平,输入非零的数即上升沿变为下降沿
|
||||
echo 3 > active_low
|
||||
cd ..
|
||||
# 删除导出的 GPIO
|
||||
echo 167 > unexport
|
||||
|
|
Loading…
Reference in New Issue