Files

10 lines
169 B
C
Raw Permalink Normal View History

#ifndef HD_PIPLATE_H
#define HD_PIPLATE_H
#include "lcd.h" /* for Driver */
/* initialise this particular driver */
int hd_init_i2c_piplate(Driver *drvthis);
#endif