-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
44 lines (44 loc) · 1.13 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
{
"name": "ADC121S101x",
"version": "0.8.1",
"description": "simple C and C++ SPI ADC interface driver for Texas Intrstruments (TI) ADC121S101x Fast ADC's",
"keywords": "adc,analog,spi,adc121s101,ti,qspi,microwire,dsp,esp8266,native,driver",
"repository": {
"type": "git",
"url": "https://github.com/ColoMAX/ADC121S101_x_Lib"
},
"Authors": {
"name": "Max Suurland",
"email": "[email protected]",
"maintainer": false
},
"frameworks": [
"arduino"
],
"platforms": [
"native",
"espressif8266"
],
"examples": [
{
"name": "Hello ADC features",
"base": "examples/feature_show",
"files": [
"features.cpp",
"../../platformio.ini"
]
},
{
"name": "native esp8266 debug",
"base": "examples/native_debug",
"files": [
"main.cpp",
"../../platformio.ini"
]
}
],
"build": {
"libCompatMode": "strict"
},
"exclude":["Makefile", "*.tar.gz"]
}