GY-63_MS5611/libraries/I2CKeyPad/library.json
2022-11-12 17:25:54 +01:00

24 lines
536 B
JSON

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