2016-12-17 14:53:18 -05:00
|
|
|
{
|
|
|
|
"name": "MS5611",
|
2018-01-08 18:11:37 -05:00
|
|
|
"keywords": "MS5611,temperature,pressure",
|
2020-11-27 05:20:37 -05:00
|
|
|
"description": "Arduino library for MS5611 temperature and pressure sensor",
|
2016-12-18 04:48:17 -05:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Erni"
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 14:53:18 -05:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-11-27 05:20:37 -05:00
|
|
|
"url": "https://github.com/RobTillaart/MS5611.git"
|
2016-12-17 14:53:18 -05:00
|
|
|
},
|
2021-05-28 08:16:25 -04:00
|
|
|
"version": "0.3.0",
|
|
|
|
"license": "MIT",
|
2016-12-17 14:53:18 -05:00
|
|
|
"frameworks": "arduino",
|
2020-11-27 05:20:37 -05:00
|
|
|
"platforms": "*"
|
2016-12-17 14:53:18 -05:00
|
|
|
}
|