mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
29 lines
562 B
JSON
29 lines
562 B
JSON
{
|
|
"name": "CRC",
|
|
"keywords": "CRC8,CRC12,CRC16,CRC32,CRC64",
|
|
"description": "Library for CRC for Arduino.",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
},
|
|
{
|
|
"name": "Włodzimierz Ciesielski",
|
|
"email": "vovagorodok2@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/CRC"
|
|
},
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"headers": "CRC.h"
|
|
}
|