初始化提交
This commit is contained in:
24
arduino-cli/libraries/Blynk/linux/README.md
Normal file
24
arduino-cli/libraries/Blynk/linux/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user