2017-07-24 14:02:11 +02:00
|
|
|
{
|
|
|
|
"name": "DS28CM00",
|
2020-11-27 11:10:47 +01:00
|
|
|
"keywords": "DS28CM00, identification, ID, UID, unique",
|
|
|
|
"description": "Arduino library for I2C DS28CM00 unique identification chip.",
|
2017-07-24 14:02:11 +02:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-11-27 11:10:47 +01:00
|
|
|
"url": "https://github.com/RobTillaart/DS28CM00.git"
|
2017-07-24 14:02:11 +02:00
|
|
|
},
|
2021-12-17 13:06:20 +01:00
|
|
|
"version": "0.2.4",
|
2021-05-28 14:16:25 +02:00
|
|
|
"license": "MIT",
|
2017-07-24 14:02:11 +02:00
|
|
|
"frameworks": "arduino",
|
2021-12-17 13:06:20 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "DS28CM00.h"
|
2017-07-24 14:02:11 +02:00
|
|
|
}
|