GY-63_MS5611/libraries/pressure/library.json
2021-12-23 22:50:26 +01:00

24 lines
474 B
JSON

{
"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"
},
"version": "0.2.1",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "pressure.h"
}