Add the pifacecad connection type to hd44780 driver (by Thomas Preston). This

is for the PiFace Contral And Display device from http://www.piface.org.uk/.
This commit is contained in:
mmdolze
2014-02-10 07:04:01 +00:00
parent a8d9504a3c
commit 417ce0555f
9 changed files with 432 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef HD_PIFACECAD_H
#define HD_PIFACECAD_H
#include "lcd.h" /* for Driver */
/* initialise this particular driver */
int hd_init_pifacecad(Driver *drvthis);
#endif