mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
24 lines
509 B
JSON
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"
|
|
}
|