wiringPi_Blueberry/README.md
2023-12-01 17:59:06 +08:00

24 lines
320 B
Markdown

# 说明
本仓库是将 wiringOP 移植到 [Blueberry](https://git.aixiao.me/aixiao/Blueberry) 上。
# 下载
```bash
apt-get update
apt-get install -y git
git clone https://git.aixiao.me/aixiao/wiringPi_Blueberry.git
```
## 编译安装
```bash
cd wiringPi_Blueberry
bash build clean
bash build
```