mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
22 lines
485 B
JSON
22 lines
485 B
JSON
{
|
|
"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"
|
|
},
|
|
"version": "0.3.2",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|