initial commit

This commit is contained in:
2024-01-03 21:08:00 +07:00
commit e2ca381539
4 changed files with 1835 additions and 0 deletions

17
library.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "I2Cdevlib-Core",
"version": "1.0.1",
"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": {
"Wire": "*"
}
}