add files forgotten in previous commit

This commit is contained in:
marschap
2008-10-08 21:07:45 +00:00
parent 7d319d7326
commit 08bb4b24b8
2 changed files with 358 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef HD_USS720_H
#define HD_USS720_H
#include "lcd.h" /* for Driver */
#include "hd44780-low.h"
// initialise this particular driver
int hd_init_uss720(Driver *drvthis);
#endif