GY-63_MS5611/libraries/I2CKeyPad8x8/library.json
2023-11-11 17:09:31 +01:00

24 lines
509 B
JSON

{
"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"
},
"version": "0.2.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "I2CKeyPad8x8.h"
}