mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
23 lines
506 B
JSON
23 lines
506 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.2.4",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|