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

24 lines
488 B
JSON
Raw Normal View History

2022-12-06 14:03:12 -05:00
{
"name": "MSP300",
"keywords": "I2C,digital,pressure, transducer, MSP300",
"description": "Arduino Library for MSP300 pressure transducer (I2C).",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/MSP300"
},
2023-12-05 12:00:25 -05:00
"version": "0.2.0",
2022-12-06 14:03:12 -05:00
"license": "MIT",
2023-09-23 13:11:32 -04:00
"frameworks": "*",
2022-12-06 14:03:12 -05:00
"platforms": "*",
"headers": "MSP300.h"
}