24 lines
474 B
JSON
Raw Normal View History

2021-11-26 09:30:38 +01:00
{
"name": "pressure",
"keywords": "HG, H20, ATM, Bar, mBar",
"description": "Arduino library for pressure conversion.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/pressure.git"
},
2023-02-24 12:53:57 +01:00
"version": "0.3.0",
2021-11-26 09:30:38 +01:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "pressure.h"
}