mirror of https://github.com/arendst/Tasmota.git
19 lines
487 B
JSON
19 lines
487 B
JSON
{
|
|
"name": "I2Cdevlib-ADS1115",
|
|
"keywords": "MUX, PGA, comparator, oscillator, reference, i2cdevlib, i2c",
|
|
"description": "ADS1115 is 16-Bit ADC with Integrated MUX, PGA, Comparator, Oscillator, and Reference",
|
|
"include": "Arduino/ADS1115",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/jrowberg/i2cdevlib.git"
|
|
},
|
|
"dependencies":
|
|
{
|
|
"name": "I2Cdevlib-Core",
|
|
"frameworks": "arduino"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "atmelavr"
|
|
}
|