GY-63_MS5611/libraries/SHT31/library.json

24 lines
499 B
JSON
Raw Normal View History

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