GY-63_MS5611/libraries/I2C_EEPROM/library.json

24 lines
558 B
JSON
Raw Normal View History

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