MHVLib
20111011
An efficiency oriented runtime library for AVR microcontrollers
|
Go to the source code of this file.
Defines | |
#define | MHV_SHIFT_ORDER_MSB |
#define | MHV_SHIFT_WRITECLOCK NULL,_clockOut,NULL,_clockPin,-1 |
#define | MHV_SHIFT_WRITEDATA NULL,_dataOut,NULL,_dataPin,-1 |
#define | HD44780_TSU1 (60 * 1000000 / F_CPU / 3 + 1) |
#define | HD44780_TW (450 * 1000000 / F_CPU / 3 + 1) |
#define HD44780_TSU1 (60 * 1000000 / F_CPU / 3 + 1) |
Definition at line 38 of file MHV_Display_HD44780_Shift_Register.cpp.
#define HD44780_TW (450 * 1000000 / F_CPU / 3 + 1) |
Definition at line 39 of file MHV_Display_HD44780_Shift_Register.cpp.
#define MHV_SHIFT_ORDER_MSB |
Definition at line 33 of file MHV_Display_HD44780_Shift_Register.cpp.
#define MHV_SHIFT_WRITECLOCK NULL,_clockOut,NULL,_clockPin,-1 |
Definition at line 34 of file MHV_Display_HD44780_Shift_Register.cpp.
#define MHV_SHIFT_WRITEDATA NULL,_dataOut,NULL,_dataPin,-1 |
Definition at line 35 of file MHV_Display_HD44780_Shift_Register.cpp.