2020-02-17 17:22:11 +01:00
|
|
|
{
|
|
|
|
"name": "ML8511",
|
2020-11-27 11:20:37 +01:00
|
|
|
"keywords": "ML8511 UV sensor, 365 nm ",
|
|
|
|
"description": "Arduino library for ML8511 UV sensor",
|
2020-02-17 17:22:11 +01:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2021-06-20 09:13:49 +02:00
|
|
|
"url": "https://github.com/RobTillaart/ML8511.git"
|
2020-02-17 17:22:11 +01:00
|
|
|
},
|
2023-02-18 20:42:39 +01:00
|
|
|
"version": "0.1.10",
|
2021-04-25 19:56:44 +02:00
|
|
|
"license": "MIT",
|
2020-02-17 17:22:11 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-21 20:51:35 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "ML8511.h"
|
2020-02-17 17:22:11 +01:00
|
|
|
}
|