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

24 lines
515 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"
},
2022-11-13 03:44:30 -05:00
"version": "0.1.1",
2022-09-29 10:59:37 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "I2CKeyPad8x8.h"
}