GY-63_MS5611/libraries/SHT31/library.json
2019-03-05 18:45:36 +01:00

25 lines
482 B
JSON

{
"name": "SHT31",
"keywords": "SHT31 Temperature Humidity I2C",
"description": "Class for SHT31 sensor, e.g. Adafruit I2C",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"version":"0.1.2",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/SHT31"
}
}