24 lines
536 B
JSON
Raw Normal View History

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