Files
I2C_EEPROM/library.json
T
Rob TillaartandGitHub e7c5075c36 add WP writeProtect support (#58)
- solve #57 add support for WriteProtectPin
- add writeProtectPin as optional parameter in **begin()**
- add **bool hasWriteProtectPin()**
- add **void allowWrite()**
- add **void preventWrite()**
- add **void setAutoWriteProtect(bool b)**
- add **bool getAutoWriteProtect()**
- optimized **waitEEReady()**
- update keywords.txt
- update readme.md
2023-09-08 11:31:51 +02:00

24 lines
558 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.7.4",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "I2C_eeprom.h"
}