-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
50 lines (50 loc) · 1.39 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
44
45
46
47
48
49
50
{
"name": "ArduinoLearningKitStarter",
"keywords": "ESP32, Learning Kit, ALKS, Robotarna, RobotikaBrno, RoboticsBrno",
"description": "Library for the ArduinoLearningKitStarter (ALKS) board by RoboticsBrno with definition of pins and initialization of peripheries.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RoboticsBrno/ArduinoLearningKitStarter-library.git"
},
"authors": [
{
"name": "Kryštof Černý",
"email": "cleverline1mc@gmail.com",
"url": "http://www.robotikabrno.cz",
"maintainer": true
},
{
"name": "Jan Mrázek",
"email": "email@honzamrazek.cz",
"url": "http://www.robotikabrno.cz"
},
{
"name": "Jaroslav Paral",
"email": "paral@robotikabrno.cz",
"url": "http://www.robotikabrno.cz"
}
],
"version": "1.2.1",
"frameworks": "arduino",
"platforms": [
"espressif32",
"atmelavr"
],
"dependencies": [
{
"name": "ServoESP32",
"platforms": "espressif32"
},
{
"name": "DHT sensor library"
},
{
"name": "Adafruit Unified Sensor"
},
{
"name": "ESP32 AnalogWrite",
"platforms": "espressif32"
}
]
}