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

27 lines
535 B
JSON
Raw Normal View History

2016-12-17 14:53:18 -05:00
{
"name": "MS5611",
2022-01-16 04:03:30 -05:00
"keywords": "MS5611,GY-63,GY63,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
},
2022-01-25 09:26:38 -05:00
"version": "0.3.8",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2016-12-17 14:53:18 -05:00
"frameworks": "arduino",
2021-12-22 04:13:21 -05:00
"platforms": "*",
"headers": "MS5611.h"
2016-12-17 14:53:18 -05:00
}