Files
I2C_EEPROM/library.json
T
Rob TillaartandGitHub 5e12716b9c add example (#7)
Added updateByte() + example + versie 1.3.1
2020-12-22 13:22:44 +01:00

22 lines
414 B
JSON

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