补充 GPIO 控制内容.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2021-03-17 11:52:56 +08:00
parent 95406c7c65
commit 825c038904
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ echo “rising” > edge
echo “falling” > edge
# 边沿触发中断
echo “both” > edge
# 翻转电平,输入非零的数即上升沿变为下降沿
echo 3 > active_low
cd ..
# 删除导出的 GPIO
echo 167 > unexport