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

24 lines
498 B
JSON
Raw Normal View History

2022-10-07 05:41:02 -04:00
{
"name": "CHT8305",
"keywords": "CHT8305, temperature, humidity",
"description": "Arduino library for CHT8305 temperature and humidity sensor.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/CHT8305.git"
},
2022-10-16 05:14:15 -04:00
"version": "0.1.4",
2022-10-07 05:41:02 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "CHT8305.h"
}