Files
lcdproc/server/drivers/hd44780-usblcd.h
T

11 lines
230 B
C
Raw Normal View History

#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