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

24 lines
530 B
JSON
Raw Permalink Normal View History

2016-12-17 14:53:18 -05:00
{
"name": "Temperature",
2020-11-27 05:33:55 -05:00
"keywords": "Temperature, Kelvin, Celsius, Fahrenheit, dewPoint, humidex, heatIndex, windChill",
2016-12-17 14:53:18 -05:00
"description": "Library with weather related functions.",
2016-12-18 04:48:17 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
2016-12-17 14:53:18 -05:00
"repository":
{
"type": "git",
2020-11-27 05:33:55 -05:00
"url": "https://github.com/RobTillaart/Temperature"
2016-12-17 14:53:18 -05:00
},
2023-11-12 06:14:21 -05:00
"version": "0.3.7",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-11-12 06:14:21 -05:00
"frameworks": "*",
2021-12-28 13:11:26 -05:00
"platforms": "*",
"headers": "temperature.h"
2016-12-17 14:53:18 -05:00
}