Commit b90a3ae9 authored by aohui.li's avatar aohui.li

增加说明(读取传感器ID)(中断信号读取)

parent d43949c4
# deployTool # deployTool
## Readme 说明
### 读取传感器ID
```bash
sudo python3 sensor_update.py read 1 # 读取通道1上的传感器ID
```
### 中断信号读取
> 可用于排查过零信号
```bash
sudo make isr_app #编译
sudo ./isr_app 467 #读取GPIO 467上的中断
```
TODO...
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment