-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
68 lines (65 loc) · 1.99 KB
/
Copy pathlibrary.json
File metadata and controls
68 lines (65 loc) · 1.99 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "Maker PlayGround Device",
"keywords": "Device, Control, Sensor",
"description": "Library was implemented to work with MakerPlayGround code ",
"repository": {
"type": "git",
"url": "https://github.com/InGarage/MakerPlayGround_Library_Arduino.git"
},
"version": "1.0.0",
"authors": {
"name": "Chainarong Tumapha"
},
"dependencies": [
{
"name": "Adafruit Motor Shield V2 Library",
"version": "https://github.com/adafruit/Adafruit_Motor_Shield_V2_Library.git#1.0.4"
},
{
"name": "Adafruit BME280 Library",
"version": "https://github.com/adafruit/Adafruit_BME280_Library.git#1.0.5"
},
{
"name": "Adafruit Circuit Playground",
"version": "https://github.com/adafruit/Adafruit_CircuitPlayground.git#1.6.4"
},
{
"name": "Adafruit L3GD20 U",
"version": "https://github.com/adafruit/Adafruit_L3GD20_U.git#1.1.0"
},
{
"name": "Adafruit LiquidCrystal",
"version": "https://github.com/adafruit/LiquidCrystal.git#1.0.0"
},
{
"name": "Adafruit LSM303DLHC",
"version": "https://github.com/adafruit/Adafruit_LSM303DLHC.git#1.0.3"
},
{
"name": "Adafruit Unified Sensor",
"version": "https://github.com/adafruit/Adafruit_Sensor.git#1.0.2"
},
{
"name": "Adafruit Si7021",
"version": "https://github.com/adafruit/Adafruit_Si7021.git"
},
{
"name": "Adafruit TCS34725",
"version": "https://github.com/adafruit/Adafruit_TCS34725.git#1.0.1"
},
{
"name": "dafruit TMP007 Library",
"version": "https://github.com/adafruit/Adafruit_TMP007_Library.git#1.0.1"
},
{
"name": "SparkFun LSM9DS1 IMU",
"version": "https://github.com/sparkfun/SparkFun_LSM9DS1_Arduino_Library#1.1.0"
},
{
"name": "TMRpcm",
"version": "https://github.com/TMRh20/TMRpcm/wiki.git#1.0"
}
],
"frameworks": "arduino",
"platforms": "*"
}