wiringPi_Blueberry/README.md

24 lines
320 B
Markdown
Raw Normal View History

2023-12-01 17:59:06 +08:00
# 说明
2023-08-11 15:53:17 +08:00
2023-12-01 17:55:37 +08:00
本仓库是将 wiringOP 移植到 [Blueberry](https://git.aixiao.me/aixiao/Blueberry) 上。
2023-08-11 15:53:17 +08:00
2023-08-11 16:55:29 +08:00
2023-12-01 17:59:06 +08:00
# 下载
2023-08-11 16:55:29 +08:00
```bash
2023-12-01 17:55:37 +08:00
apt-get update
apt-get install -y git
git clone https://git.aixiao.me/aixiao/wiringPi_Blueberry.git
2023-08-11 15:53:17 +08:00
```
2023-12-01 17:59:06 +08:00
## 编译安装
2023-08-11 15:53:17 +08:00
2023-08-11 16:55:29 +08:00
```bash
2023-12-01 17:55:37 +08:00
cd wiringPi_Blueberry
2023-12-01 17:59:06 +08:00
bash build clean
bash build
2023-08-11 15:53:17 +08:00
```