mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
24 lines
499 B
JSON
24 lines
499 B
JSON
{
|
|
"name": "SHT31",
|
|
"keywords": "SHT31,Temperature,Humidity,I2C,SHT30,SHT35",
|
|
"description": "Arduino library for the I2C SHT31 temperature and humidity sensor",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/SHT31"
|
|
},
|
|
"version": "0.5.0",
|
|
"license": "MIT",
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"headers": "SHT31.h"
|
|
}
|