YALI
Yet Another LCD Interface
arduino-conf.h
Go to the documentation of this file.
1 
30 #ifndef __UNI_LCD_LIB_ARDUINO_HEADER__
31 #define __UNI_LCD_LIB_ARDUINO_HEADER__
32 
33 #include "Arduino.h"
34 
38 #define ARDUINO_AVR 1
39 
43 #define SHIFTREG_CLK_PIN 4
47 #define SHIFTREG_DATA_PIN 5
51 #define SHIFTREG_LATCH_PIN 6
52 
53 // Data type and constant mappings.
57 #define UCHAR unsigned char
61 #define CHAR char
65 #define VOID void
66 
70 #define MAX_STR_LEN 16
71 
72 // System function mappings.
76 #define DELAY_LONG() delay(10)
80 #define DELAY_SHORT() delayMicroseconds(50)
81 
82 #endif /* __UNI_LCD_LIB_ARDUINO_HEADER__ */