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

24 lines
474 B
JSON
Raw Normal View History

2021-11-26 03:30:38 -05: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"
},
2022-11-22 08:57:22 -05:00
"version": "0.2.2",
2021-11-26 03:30:38 -05:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "pressure.h"
}