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

24 lines
496 B
JSON
Raw Normal View History

2022-01-06 06:08:13 -05:00
{
"name": "AM2315",
2022-06-17 07:17:03 -04:00
"keywords": "Temperature,Humidity, AM2315, I2C",
2022-01-06 06:08:13 -05:00
"description": "Arduino library for I2C AM2315 temperature and humidity sensor. ",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AM2315.git"
},
2024-01-26 07:42:07 -05:00
"version": "0.2.1",
2022-01-06 06:08:13 -05:00
"license": "MIT",
2023-10-15 08:17:19 -04:00
"frameworks": "*",
2022-01-06 06:08:13 -05:00
"platforms": "*",
"headers": "AM2315.h"
}