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