GY-63_MS5611/libraries/Temperature/library.json
2023-11-12 12:14:21 +01:00

24 lines
530 B
JSON

{
"name": "Temperature",
"keywords": "Temperature, Kelvin, Celsius, Fahrenheit, dewPoint, humidex, heatIndex, windChill",
"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/Temperature"
},
"version": "0.3.7",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "temperature.h"
}