GY-63_MS5611/libraries/SHT31_SW/library.json
2024-06-14 18:56:34 +02:00

40 lines
774 B
JSON

{
"name": "SHT31_SW",
"keywords": "SoftWire,I2C,SHT30,SHT31,SHT35,SHT85",
"description": "Arduino library for the I2C SHT31 temperature and humidity sensor.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
},
{
"name": "Gunter Haug"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/SHT31_SW"
},
"dependencies":
[
{
"owner": "Steve Marple",
"name": "SoftWire",
"version": "^2.0.9"
},
{
"owner": "Steve Marple",
"name": "AsyncDelay",
"version": "^1.1.2"
}
],
"version": "0.3.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "SHT31_SW.h"
}