Code for autonomous ground vehicle, Data Bus, 3rd place winner in 2012 Sparkfun AVC.

Dependencies:   Watchdog mbed Schedule SimpleFilter LSM303DLM PinDetect DebounceIn Servo

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers lcd.h Source File

lcd.h

00001 #ifndef __LCD_H
00002 #define __LCD_H
00003 
00004 void lcdSetSplash(const char *s1, const char *s2);
00005 void lcdInit(void);
00006 void lcdClear(void);
00007 void lcdSetPos(int x, int y);
00008 
00009 extern Serial lcd;
00010 
00011 #endif