2023-08-11 16:55:29 +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
|
|
|
|
|
|
|
### 下载
|
|
|
|
|
|
|
|
```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-08-11 16:55:29 +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-08-11 16:55:29 +08:00
|
|
|
./build clean
|
|
|
|
./build
|
2023-08-11 15:53:17 +08:00
|
|
|
```
|