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

24 lines
530 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "I2CKeyPad",
2022-09-29 10:17:30 -04:00
"keywords": "I2C,KeyPad, 4x4, 5x3, 6x2, 8x1, PCF8574",
"description": "Arduino library for a KeyPad connected to a PCF8574. 4x4, 5x3, 6x2, 8x1 or smaller.",
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"
},
2023-11-11 11:08:08 -05:00
"version": "0.4.0",
2021-05-08 03:52:18 -04:00
"license": "MIT",
2023-11-11 11:08:08 -05:00
"frameworks": "*",
2021-12-19 14:23:20 -05:00
"platforms": "*",
"headers": "I2CKeyPad.h"
2021-01-29 06:31:58 -05:00
}