USB_Host_Shield_2.0
|
#include "max_LCD.h"
#include "max3421e.h"
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <WProgram.h>
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 CLR_E lcdPins &= ~E |
#define CLR_RS lcdPins &= ~RS |
#define E 0x08 |
#define LCD_sendchar | ( | a | ) |
#define LCD_sendcmd | ( | a | ) |
#define RS 0x04 |
#define SENDlcdPins | ( | ) | pUsb->gpioWr( lcdPins ) |
#define SET_E lcdPins |= E |
#define SET_RS lcdPins |= RS |