2022-01-26 04:24:06 -05:00
|
|
|
{
|
|
|
|
"name": "Fletcher",
|
|
|
|
"keywords": "fletcher, checksum",
|
|
|
|
"description": "Arduino Library for calculating Fletcher's checksum.",
|
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
2022-09-13 10:31:43 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Daniel Mohr"
|
2022-01-26 04:24:06 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/Fletcher.git"
|
|
|
|
},
|
2022-11-07 08:21:36 -05:00
|
|
|
"version": "0.1.7",
|
2022-01-26 04:24:06 -05:00
|
|
|
"license": "MIT",
|
|
|
|
"frameworks": "arduino",
|
|
|
|
"platforms": "*",
|
|
|
|
"headers": "Fletcher.h"
|
|
|
|
}
|