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

24 lines
513 B
JSON
Raw Normal View History

2022-01-25 03:55:40 -05:00
{
"name": "MS5611_SPI",
"keywords": "MS5611,GY-63,GY63,temperature,pressure",
"description": "Arduino library (SPI) for MS5611 temperature and pressure sensor",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/MS5611_SPI.git"
},
2024-01-19 09:36:10 -05:00
"version": "0.3.0",
2022-01-25 03:55:40 -05:00
"license": "MIT",
2023-11-14 09:56:20 -05:00
"frameworks": "*",
2022-01-25 03:55:40 -05:00
"platforms": "*",
"headers": "MS5611_SPI.h"
}