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

22 lines
415 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-04-07 07:31:22 -04:00
"version":"0.1.2",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
"platforms": "*"
}