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

24 lines
469 B
JSON
Raw Normal View History

2022-01-04 15:06:58 -05:00
{
"name": "Max44007",
"keywords": "Max44007,Lux,light",
"description": "library for Max44007 Lux sensor Arduino.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Max44007.git"
},
2022-01-05 10:46:06 -05:00
"version": "0.1.1",
2022-01-04 15:06:58 -05:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "Max44007.h"
}