-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlibrary.json
22 lines (22 loc) · 1 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "EEPROM-Storage",
"authors": {
"name": "Daniel Porrey",
"maintainer": true
},
"keywords": "arduino microcontroller storage checksum embedded-systems data-persistence arduino-library non-volatile-memory easy-to-use memory-management eeprom non-volatile-storage eeprom-storage eeprom-variables byte-checksum eeprom-memory eeprom-library",
"description": "Generic class to wrap an EEPROM variable on the Arduino platforms.",
"repository": {
"type": "git",
"url": "https://github.com/porrey/EEPROM-Storage.git"
},
"version": "2.0.1",
"frameworks": "arduino",
"platforms": "avr, renesas_uno, esp8266",
"license": "LGPL-3",
"homepage": "https://github.com/porrey/EEPROM-Storage/blob/master/README.md",
"headers": "EEPROM-Cache.h, EEPROM-Storage.h, EEPROM-Util.h, EEPROM-Vars.h, EEPROM-Display.h, EEPROM-Checksum.h, EEPROM-Base.h, EEPROM-Debug.h",
"dependencies": {
"external-zip": "https://github.com/arduino-libraries/Arduino_DebugUtils/archive/refs/heads/master.zip"
}
}