Tasmota/lib/I2Cdevlib-Core/.library.json
arendst 19533cc995 v5.9.0b - Fixes and add ADS1115 A/D converter
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)
2017-11-07 15:57:24 +01:00

31 lines
781 B
JSON

{
"name": "I2Cdevlib-Core",
"repository": {
"url": "https://github.com/jrowberg/i2cdevlib.git",
"type": "git"
},
"platforms": [
"atmelavr"
],
"frameworks": [
"arduino"
],
"version": "6744ce0ac4",
"export": {
"include": "Arduino/I2Cdev"
},
"authors": [
{
"maintainer": false,
"name": "Jeff Rowberg",
"url": "https://github.com/jrowberg",
"email": "jeff@rowberg.net"
}
],
"keywords": [
"i2cdevlib",
"i2c"
],
"id": 11,
"description": "The I2C Device Library (I2Cdevlib) is a collection of uniform and well-documented classes to provide simple and intuitive interfaces to I2C devices."
}