24 lines
524 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"
},
2023-10-16 15:42:56 +02:00
"version": "0.5.0",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2023-10-16 15:42:56 +02:00
"frameworks": "*",
2021-12-11 19:15:19 +01:00
"platforms": "*",
"headers": "AM232X.h"
}