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

24 lines
481 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
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Fletcher.git"
},
2022-04-15 11:36:01 -04:00
"version": "0.1.3",
2022-01-26 04:24:06 -05:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "Fletcher.h"
}