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

10 lines
158 B
C
Raw Normal View History

#ifndef HD_LIS2_H
#define HD_LIS2_H
#include "lcd.h" /* for Driver */
// initialise this particular driver
2007-04-04 13:52:38 +00:00
int hd_init_lis2(Driver *drvthis);
#endif