GY-63_MS5611/libraries/CRC/library.json
rob tillaart 87ad71de4d 0.1.4 CRC
2021-12-14 20:22:40 +01:00

24 lines
458 B
JSON

{
"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"
},
"version": "0.1.4",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "CRC.h"
}