Erriez LCD Keypad Shield library for Arduino
1.1.0
This is a LCD Keypad Shield library for Arduino
|
LCD Keypad Shield class. More...
#include <ErriezLCDKeypadShield.h>
Public Member Functions | |
LCDKeypadShield () | |
Constructor LCDKeypadShield class. More... | |
LCDButton | getButtons () |
Read buttons from one analog pin. More... | |
void | backlightOn () |
Turn backlight LED on. | |
void | backlightOff () |
Turn backlight LED off. | |
LCD Keypad Shield class.
Definition at line 71 of file ErriezLCDKeypadShield.h.
LCDKeypadShield::LCDKeypadShield | ( | ) |
Constructor LCDKeypadShield class.
This initializes the built-in LiquidCrystal library in 4-bit mode:
Definition at line 47 of file ErriezLCDKeypadShield.cpp.
LCDButton LCDKeypadShield::getButtons | ( | ) |
Read buttons from one analog pin.
Definition at line 66 of file ErriezLCDKeypadShield.cpp.