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

24 lines
461 B
JSON
Raw Normal View History

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