/arduino-keypad-mcp23008

A version of the keypad library found in Wiring. This is just a copy made compatible with the Arduino IDE library manager.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Librería Keypad para usar con el MCP23008

Esta librería es una adaptación de la librería Keypad original que puedes encontrar en [Arduino Playground] para que funcione con el [extensor de pines I2C MCP23008].

Puedes encontrar el texto original a continuación.

Keypad library for Arduino

Authors: Mark Stanley**,** Alexander Brevig

This repository is a copy of the code found here [Arduino Playground].

The source and file structure has been modified to conform to the newer 1.5r2 library specification and is not compatible with legacy IDE's. For these IDE's, visit the link above to grab the pre 1.0 compatible version, or download it directly here: [pre 1.0 version].