view 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 source

#ifndef LCD_H_
#define LCD_H_

void	LCD_init(void);

#endif