2019-09-03 11:41:28 +02:00

25 lines
459 B
JSON

{
"name": "I2C_EEPROM",
"keywords": "EEPROM,24LC256",
"description": "Library for I2C EEPROMS.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"version":"1.2.7",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/I2C_EEPROM"
}
}