|
USB Host Shield 2.0
|

Go to the source code of this file.
Macros | |
| #define | RS 0x04 |
| #define | E 0x08 |
| #define | SET_RS lcdPins |= RS |
| #define | CLR_RS lcdPins &= ~RS |
| #define | SET_E lcdPins |= E |
| #define | CLR_E lcdPins &= ~E |
| #define | SENDlcdPins() pUsb->gpioWr( lcdPins ) |
| #define | LCD_sendcmd(a) |
| #define | LCD_sendchar(a) |
| #define RS 0x04 |
Definition at line 22 of file max_LCD.cpp.
| #define E 0x08 |
Definition at line 23 of file max_LCD.cpp.
Definition at line 25 of file max_LCD.cpp.
Definition at line 26 of file max_LCD.cpp.
Definition at line 27 of file max_LCD.cpp.
Definition at line 28 of file max_LCD.cpp.
| #define SENDlcdPins | ( | ) | pUsb->gpioWr( lcdPins ) |
Definition at line 30 of file max_LCD.cpp.
| #define LCD_sendcmd | ( | a | ) |
Definition at line 32 of file max_LCD.cpp.
| #define LCD_sendchar | ( | a | ) |
Definition at line 36 of file max_LCD.cpp.