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

29 lines
562 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "CRC",
2023-07-13 05:08:10 -04:00
"keywords": "CRC8,CRC12,CRC16,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
2023-07-13 05:08:10 -04:00
},
{
"name": "Włodzimierz Ciesielski",
"email": "vovagorodok2@gmail.com",
"maintainer": true
2021-01-29 06:31:58 -05:00
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/CRC"
},
2023-10-19 06:13:06 -04:00
"version": "1.0.2",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-10-19 06:13:06 -04:00
"frameworks": "*",
2021-12-14 14:22:40 -05:00
"platforms": "*",
"headers": "CRC.h"
2021-01-29 06:31:58 -05:00
}