diff lcd.h @ 3:74e9b3baac1e

Jumbo commit to make things work. Note I have t
author Daniel O'Connor <darius@dons.net.au>
date Sun, 01 Jan 2012 11:01:13 +1030
parents
children 2c87e30c982d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lcd.h	Sun Jan 01 11:01:13 2012 +1030
@@ -0,0 +1,7 @@
+#ifndef LCD_H_
+#define LCD_H_
+
+void	LCD_init(void);
+
+#endif
+