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

27 lines
550 B
JSON
Raw Normal View History

2023-03-24 07:12:37 -04:00
{
"name": "SHT31_SW",
2023-05-12 11:01:00 -04:00
"keywords": "SoftWire,I2C,SHT30,SHT31,SHT35,SHT85",
2023-03-24 07:12:37 -04:00
"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_SW"
},
2023-05-12 11:01:00 -04:00
"version": "0.1.1",
2023-03-24 07:12:37 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "SHT31_SW.h"
}