Create library.json

This commit is contained in:
enjoyneering 2020-01-21 12:36:30 -05:00 committed by GitHub
parent 102f91f96d
commit aec74c3beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
library.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "AHT10",
"keywords": "humidity, temperature, aht10, aht15, aosong, asair, i2c",
"description": "AHT10 & AHT15 Digital Humidity & Temperature Sensor",
"authors":
{
"name": "ejoyneering",
"email": "enjoyneering@protonmail.com"
},
"repository":
{
"type": "git",
"url": "https://github.com/enjoyneering/AHT10.git"
},
"version": "1.0.0",
"frameworks": "arduino",
"platforms": "*"
}