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

24 lines
460 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "CRC",
2022-01-26 04:27:58 -05:00
"keywords": "CRC8,CRC12,CRC16,CRC16-CCITT,CRC32,CRC64",
2021-01-29 06:31:58 -05:00
"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"
},
2023-01-17 10:18:12 -05:00
"version": "0.3.3",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
2021-12-14 14:22:40 -05:00
"platforms": "*",
"headers": "CRC.h"
2021-01-29 06:31:58 -05:00
}