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

24 lines
530 B
JSON
Raw Normal View History

{
"name": "AM232X",
"keywords": "Temperature,Humidity,DHT12,AM2320,AM3231,AM2322",
"description": "Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor. ",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AM232X"
},
2022-10-27 11:22:29 -04:00
"version": "0.4.4",
2021-05-28 08:16:25 -04:00
"license": "MIT",
"frameworks": "arduino",
2021-12-11 13:15:19 -05:00
"platforms": "*",
"headers": "AM232X.h"
}