-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
43 lines (43 loc) · 1.25 KB
/
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
36
37
38
39
40
41
42
43
{
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
"name": "compkit",
"version": "0.1.0",
"description": "A collection of libraries for competitive robotics developed by and for ROBOTIEEE teams.",
"keywords": "sensors, input, data, processing, analysis, arduino, library, filter, smooth, competitive",
"repository": {
"type": "git",
"url": "https://github.com/robotieee/compkit"
},
"authors": [
{
"name": "ROBOTIEEE",
"url": "https://github.com/robotieee",
"maintainer": true
},
{
"name": "Alexandre Hiroyuki",
"email": "[email protected]",
"url": "https://github.com/AlexandreHiroyuki",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/robotieee/compkit",
"frameworks": "arduino",
"platforms": "*",
"headers": [
"compkit.h",
"engine.h",
"engine_controller.h",
"color_sensor.h"
],
"examples": [],
"export": {
"exclude": [
".github",
".gitignore",
".vscode"
]
},
"srcDir": "src"
}