5.9.0b * Add support for ADS1115 to be enabled in user_config.h and needs libraries i2cdevlib-Core and i2cdevlib-ADS1115 (#338, #660) * Fix Exception 26 and empty console screen after usage of command WakeupDuration (#1133) * Fix some changed iTead web links in README.md (#1137)
40 lines
919 B
JSON
40 lines
919 B
JSON
{
|
|
"name": "I2Cdevlib-ADS1115",
|
|
"repository": {
|
|
"url": "https://github.com/jrowberg/i2cdevlib.git",
|
|
"type": "git"
|
|
},
|
|
"platforms": [
|
|
"atmelavr"
|
|
],
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"dependencies": {
|
|
"frameworks": "arduino",
|
|
"name": "I2Cdevlib-Core"
|
|
},
|
|
"export": {
|
|
"include": "Arduino/ADS1115"
|
|
},
|
|
"version": "3b4c8bda90",
|
|
"authors": [
|
|
{
|
|
"maintainer": false,
|
|
"name": "Jeff Rowberg",
|
|
"url": "https://github.com/jrowberg",
|
|
"email": "jeff@rowberg.net"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"i2c",
|
|
"comparator",
|
|
"reference",
|
|
"pga",
|
|
"oscillator",
|
|
"mux",
|
|
"i2cdevlib"
|
|
],
|
|
"id": 95,
|
|
"description": "ADS1115 is 16-Bit ADC with Integrated MUX, PGA, Comparator, Oscillator, and Reference"
|
|
} |