2021-01-29 06:31:58 -05:00
|
|
|
{
|
|
|
|
"name": "FRAM_I2C",
|
2023-04-23 13:32:07 -04:00
|
|
|
"keywords": "FRAM, storage, persistent",
|
|
|
|
"description": "Library for FRAM for Arduino. Includes an experimental FRAM_RINGBUFFER and MULTILANGUAGE class",
|
2021-01-29 06:31:58 -05:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/FRAM_I2C.git"
|
|
|
|
},
|
2024-07-19 06:51:11 -04:00
|
|
|
"version": "0.8.1",
|
2021-05-28 08:16:25 -04:00
|
|
|
"license": "MIT",
|
2023-09-07 08:07:49 -04:00
|
|
|
"frameworks": "*",
|
2021-12-18 09:02:32 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "FRAM.h"
|
2021-01-29 06:31:58 -05:00
|
|
|
}
|