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

23 lines
436 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "CRC",
"keywords": "CRC8, CRC16, CRC16-CCITT, CRC32, CRC64",
"description": "Library for CRC for Arduino.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/CRC"
},
2021-10-27 07:42:30 -04:00
"version": "0.1.3",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
"platforms": "*"
}