This repository has been archived on 2019-10-02. You can view files and clone it, but cannot push or open issues or pull requests.
Files
DoorUnlocker/README.md
2019-04-21 14:30:14 +08:00

15 lines
334 B
Markdown

# door-unlocker
透過 C.H.I.P 的 GPIO 控制繼電器解鎖租屋處的電磁門
> 需要以 root 使用者執行。
## Requirements
```bash
sudo apt-get install git build-essential python3-dev python3-pip flex bison chip-dt-overlays -y
sudo python3 -m pip install -r requirements.txt
```
## Usage
```bash
sudo python3 app.py
```