-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathlibrary.json
35 lines (35 loc) · 1008 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
"name": "CRSFforArduino",
"version": "1.0.4",
"description": "An Arduino Library for communicating with ExpressLRS and TBS Crossfire receivers.",
"keywords": "arduino, remote-control, arduino-library, protocols, rc, radio-control, crsf, expresslrs",
"repository":
{
"type": "git",
"url": "https://github.com/ZZ-Cat/CRSFforArduino.git"
},
"authors":
[
{
"name": "Cassandra Robinson",
"email": "nicad.heli.flier@gmail.com",
"url": "https://github.com/ZZ-Cat",
"maintainer": true
}
],
"license": "GNU AGPLv3",
"homepage": "https://github.com/ZZ-Cat/CRSFforArduino",
"dependencies": {
},
"frameworks": "Arduino",
"platforms": [
"atmelsam",
"espressif32",
"raspberrypi",
"ststm32",
"teensy"
],
"examples": [
]
}