11 lines
230 B
C
11 lines
230 B
C
#ifndef HD_USBLCD_H
|
|
#define HD_USBLCD_H
|
|
|
|
#include "lcd.h" /* for lcd_logical_driver */
|
|
#include "hd44780-low.h" /* for HD44780_functions */
|
|
|
|
// initialise this particular driver
|
|
int hd_init_usblcd(Driver *drvthis);
|
|
|
|
#endif
|