Tasmota/lib/lib_i2c/I2Cdevlib-Core/.library.json

32 lines
762 B
JSON
Raw Normal View History

{
2021-02-12 08:43:23 +00:00
"name": "I2Cdevlib-Core",
"repository": {
2021-02-12 08:43:23 +00:00
"url": "https://github.com/jrowberg/i2cdevlib.git",
"type": "git"
2021-02-12 08:43:23 +00:00
},
"platforms": [
2021-01-23 10:00:34 +00:00
"*"
],
"frameworks": [
"arduino"
2021-02-12 08:43:23 +00:00
],
"version": "6744ce0ac4",
"export": {
"include": "Arduino/I2Cdev"
2021-02-12 08:43:23 +00:00
},
"authors": [
{
2021-02-12 08:43:23 +00:00
"maintainer": false,
"name": "Jeff Rowberg",
"url": "https://github.com/jrowberg",
"email": "jeff@rowberg.net"
}
2021-02-12 08:43:23 +00:00
],
"keywords": [
2021-02-12 08:43:23 +00:00
"i2cdevlib",
"i2c"
2021-02-12 08:43:23 +00:00
],
"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."
2021-01-23 10:00:34 +00:00
}