初始化提交

This commit is contained in:
王立帮
2024-07-20 22:09:06 +08:00
commit c247dd07a6
6876 changed files with 2743096 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Linux Quick Start Guide (Ubuntu, Raspberry Pi, ...)
0. Connect your Raspberry Pi to the internet and open it's console. ^_^
1. Install WiringPi:
http://wiringpi.com/download-and-install/
2. Download and build Blynk:
```bash
$ git clone https://github.com/blynkkk/blynk-library.git
$ cd blynk-library/linux
$ make clean all target=raspberry
```
3. Run Blynk:
```bash
$ sudo ./blynk --token=YourAuthToken
```
We have also provided a build script, you can try just running (inside of the "linux" directory):
```bash
$ ./build.sh raspberry
```