2016-12-17 20:58:29 +01:00
|
|
|
{
|
|
|
|
"name": "Max44009",
|
2018-01-09 00:11:37 +01:00
|
|
|
"keywords": "MAX44009,Lux,light",
|
|
|
|
"description": "library for MAX44009 Lux sensor Arduino.",
|
2016-12-18 10:48:17 +01:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 20:58:29 +01:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2021-06-04 20:31:56 +02:00
|
|
|
"url": "https://github.com/RobTillaart/Max44009.git"
|
2016-12-17 20:58:29 +01:00
|
|
|
},
|
2022-11-16 16:00:38 +01:00
|
|
|
"version": "0.5.3",
|
2021-05-28 13:37:15 +02:00
|
|
|
"license": "MIT",
|
2016-12-17 20:58:29 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-21 13:31:20 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "Max44009.h"
|
2016-12-17 20:58:29 +01:00
|
|
|
}
|