mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
35 lines
668 B
JSON
35 lines
668 B
JSON
{
|
|
"name": "SHT31_SWW",
|
|
"keywords": "SoftwareWire,SHT30,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_SWW"
|
|
},
|
|
"dependencies":
|
|
[
|
|
{
|
|
"owner": "Testato",
|
|
"name": "SoftwareWire",
|
|
"version": "^1.6.0"
|
|
}
|
|
],
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"headers": "SHT31_SWW.h"
|
|
}
|