Merge pull request #24 from bvp/master

platformio support added
This commit is contained in:
Renzo Mischianti 2020-06-30 14:14:18 +02:00 committed by GitHub
commit 5a60c45ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
library.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "PCF8574 library",
"keywords": "i2c, pcf8574, io, sensor",
"description": "Use i2c digital expander with Arduino and ESP8266. Can read write digital values with only 2 wire (perfect for ESP-01).",
"authors": [
{
"name": "Renzo Mischianti",
"email": "renzo.mischianti@gmail.com",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/xreef/PCF8574_library.git"
},
"version": "2.2.0",
"frameworks": "arduino",
"platforms": "*"
}