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

24 lines
506 B
JSON
Raw Normal View History

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