GY-63_MS5611/libraries/Fletcher/library.json

27 lines
516 B
JSON
Raw Normal View History

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"
},
2023-10-30 12:03:06 -04:00
"version": "0.1.9",
2022-01-26 04:24:06 -05:00
"license": "MIT",
2023-10-30 12:03:06 -04:00
"frameworks": "*",
2022-01-26 04:24:06 -05:00
"platforms": "*",
"headers": "Fletcher.h"
}