GY-63_MS5611/libraries/I2CKeyPad/library.json
2021-12-19 20:23:20 +01:00

24 lines
513 B
JSON

{
"name": "I2CKeyPad",
"keywords": "I2C,KeyPad, 4x4, PCF8574",
"description": "Arduino library for 4x4 KeyPad connected to a PCF8574. 4x4 or smaller only.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/I2CKeyPad.git"
},
"version": "0.3.1",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "I2CKeyPad.h"
}