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

35 lines
670 B
JSON
Raw Normal View History

2023-07-20 10:06:31 -04:00
{
"name": "SHT31_SWW",
"keywords": "SoftwareWire,SHT30,SHT35,SHT85",
"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_SWW"
},
2023-07-23 08:19:03 -04:00
"dependencies":
[
{
"owner": "Testato",
"name": "SoftwareWire",
"version": "^1.6.0"
}
],
2023-12-09 13:55:11 -05:00
"version": "0.2.0",
2023-07-20 10:06:31 -04:00
"license": "MIT",
"frameworks": "arduino",
2023-11-22 03:58:07 -05:00
"platforms": "avr",
2023-07-20 10:06:31 -04:00
"headers": "SHT31_SWW.h"
}