GY-63_MS5611/libraries/Temperature/library.json
2018-01-09 00:11:37 +01:00

25 lines
526 B
JSON

{
"name": "Temperature",
"keywords": "Temperature,Kelvin,Celsius,Fahrenheit,dewPoint,humidex,heatIndex",
"description": "Library with weather related functions.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"version":"0.1.1",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/Temperature"
}
}