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