Files
mixly3-server/arduino-libs/arduino-cli/libraries/I2Cdev/library.json

19 lines
472 B
JSON

{
"name": "I2Cdevlib-Core",
"keywords": "i2cdevlib, i2c",
"description": "The I2C Device Library (I2Cdevlib) is a collection of uniform and well-documented classes to provide simple and intuitive interfaces to I2C devices.",
"include": "Arduino/I2Cdev",
"repository":
{
"type": "git",
"url": "https://github.com/jrowberg/i2cdevlib.git"
},
"frameworks": "arduino",
"platforms": "*",
"dependencies": [
{
"name": "Wire"
}
]
}