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

24 lines
492 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"
},
2024-01-30 09:19:59 -05:00
"version": "0.2.1",
2022-10-07 05:41:02 -04:00
"license": "MIT",
2023-09-22 13:47:40 -04:00
"frameworks": "*",
2022-10-07 05:41:02 -04:00
"platforms": "*",
"headers": "CHT8305.h"
}