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

24 lines
490 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "I2C_ASDX",
2021-12-19 11:54:58 -05:00
"keywords": "ASDX, PSI,mBar,Pressure,I2C,Sensor",
2021-01-29 06:31:58 -05:00
"description": "Arduino library for I2C ASDX pressure sensor.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/I2C_ASDX.git"
},
2021-12-19 11:54:58 -05:00
"version": "0.3.1",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
2021-12-19 11:54:58 -05:00
"platforms": "*",
"headers": "I2C_ASDX.h"
2021-01-29 06:31:58 -05:00
}