mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 09:36:59 +00:00
Adding an existing and proven I2C library. Will need to test if this is working fine on ESP32 too and try to move I2C functionality to use these functions.
14 lines
416 B
JSON
14 lines
416 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": "atmelavr"
|
|
}
|