mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
22 lines
514 B
JSON
22 lines
514 B
JSON
{
|
|
"name": "I2C_EEPROM",
|
|
"keywords": "EEPROM, 24LC256, 24LC64",
|
|
"description": "Library for I2C EEPROMS.\n24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/I2C_EEPROM.git"
|
|
},
|
|
"version":"1.4.3",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|