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