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

24 lines
460 B
JSON
Raw Normal View History

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