GY-63_MS5611/libraries/Max44009/library.json
RobTillaart 672af9f698 fix #133 overflow of exponent
+ added readme.md
+ some cleanup
2020-01-21 15:26:58 +01:00

25 lines
476 B
JSON

{
"name": "Max44009",
"keywords": "MAX44009,Lux,light",
"description": "library for MAX44009 Lux sensor Arduino.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"version": "0.3.1",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/Max44009"
}
}