GY-63_MS5611/libraries/I2CKeyPad/library.json

24 lines
513 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "I2CKeyPad",
"keywords": "I2C,KeyPad, 4x4, PCF8574",
2021-11-08 07:13:29 -05:00
"description": "Arduino library for 4x4 KeyPad connected to a PCF8574. 4x4 or smaller only.",
2021-01-29 06:31:58 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/I2CKeyPad.git"
},
2021-12-19 14:23:20 -05:00
"version": "0.3.1",
2021-05-08 03:52:18 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
2021-12-19 14:23:20 -05:00
"platforms": "*",
"headers": "I2CKeyPad.h"
2021-01-29 06:31:58 -05:00
}