mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
24 lines
512 B
JSON
24 lines
512 B
JSON
{
|
|
"name": "DS28CM00",
|
|
"keywords": "DS28CM00, identification, ID, UID, unique",
|
|
"description": "Arduino library for I2C DS28CM00 unique identification chip.",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/DS28CM00.git"
|
|
},
|
|
"version": "0.2.5",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"headers": "DS28CM00.h"
|
|
}
|