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