2016-12-17 20:53:18 +01:00
|
|
|
{
|
|
|
|
"name": "I2C_EEPROM",
|
2020-11-27 11:16:22 +01:00
|
|
|
"keywords": "EEPROM, 24LC256, 24LC64",
|
2021-01-29 12:31:58 +01:00
|
|
|
"description": "Library for I2C EEPROMS.\n24LC512, 24LC256, 24LC128, 24LC64, 24LC32, 24LC16, 24LC08, 24LC04, 24LC02, 24LC01 and equivalents.",
|
2016-12-18 10:48:17 +01:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 20:53:18 +01:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-11-27 11:16:22 +01:00
|
|
|
"url": "https://github.com/RobTillaart/I2C_EEPROM.git"
|
2016-12-17 20:53:18 +01:00
|
|
|
},
|
2022-10-31 16:53:19 +01:00
|
|
|
"version": "1.6.2",
|
2021-05-28 14:16:25 +02:00
|
|
|
"license": "MIT",
|
2016-12-17 20:53:18 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-19 20:05:24 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "I2C_eeprom.h"
|
2016-12-17 20:53:18 +01:00
|
|
|
}
|