![]() |
Linduino
1.3.0
Linear Technology Arduino-Compatible Demonstration Board
|
Definition at line 51 of file LCDKeypad.h.
Public Member Functions | |
| LCDKeypad (uint8_t ledCtrlPin) | |
| int | button () |
| void | searchForLCD () |
| void | Disable4BitLCD () |
| void | LEDon () |
| void | LEDoff () |
Data Fields | |
| boolean | foundLCD = false |
| boolean | EnableSerialOutput |
Static Public Attributes | |
| static uint8_t | degree [8] |
| degree sign for LCD see https://omerk.github.io/lcdchargen/ More... | |
| int LCDKeypad::button | ( | ) |
Definition at line 92 of file LCDKeypad.cpp.
| void LCDKeypad::Disable4BitLCD | ( | ) |
Definition at line 63 of file LCDKeypad.cpp.
| void LCDKeypad::LEDoff | ( | ) |
Definition at line 113 of file LCDKeypad.cpp.
| void LCDKeypad::LEDon | ( | ) |
Definition at line 107 of file LCDKeypad.cpp.
| void LCDKeypad::searchForLCD | ( | ) |
Definition at line 47 of file LCDKeypad.cpp.
| LCDKeypad::LCDKeypad | ( | uint8_t | ledCtrlPin | ) |
Definition at line 78 of file LCDKeypad.cpp.
|
static |
degree sign for LCD see https://omerk.github.io/lcdchargen/
Definition at line 60 of file LCDKeypad.h.
| boolean LCDKeypad::EnableSerialOutput |
Definition at line 63 of file LCDKeypad.h.
| boolean LCDKeypad::foundLCD = false |
Definition at line 62 of file LCDKeypad.h.