24 lines
499 B
JSON
Raw Normal View History

2019-02-18 14:01:41 +01:00
{
"name": "SHT31",
2021-12-28 12:31:55 +01:00
"keywords": "SHT31,Temperature,Humidity,I2C,SHT30,SHT35",
2020-11-27 11:33:55 +01:00
"description": "Arduino library for the I2C SHT31 temperature and humidity sensor",
2019-02-18 14:01:41 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2021-01-29 12:31:58 +01:00
"url": "https://github.com/RobTillaart/SHT31"
2019-02-18 14:01:41 +01:00
},
2023-09-21 16:39:19 +02:00
"version": "0.4.0",
2021-05-28 13:45:10 +02:00
"license": "MIT",
2023-09-21 16:39:19 +02:00
"frameworks": "*",
2021-12-28 12:31:55 +01:00
"platforms": "*",
"headers": "SHT31.h"
2019-02-18 14:01:41 +01:00
}