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

24 lines
509 B
JSON
Raw Normal View History

2022-09-29 10:59:37 -04:00
{
"name": "I2CKeyPad8x8",
"keywords": "I2C,KeyPad, 8x8, PCF8574",
"description": "Arduino library for a KeyPad connected to a PCF8575. 8x8 or smaller.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/I2CKeyPad8x8.git"
},
2023-11-11 11:09:31 -05:00
"version": "0.2.0",
2022-09-29 10:59:37 -04:00
"license": "MIT",
2023-11-11 11:09:31 -05:00
"frameworks": "*",
2022-09-29 10:59:37 -04:00
"platforms": "*",
"headers": "I2CKeyPad8x8.h"
}