mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
40 lines
774 B
JSON
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.1.2",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"headers": "SHT31_SW.h"
|
|
}
|