lcd.hpp
Go to the documentation of this file.
00001 #ifndef LCD_H
00002 #define LCD_H
00003 
00004 #include <string>
00005 #include <stdio.h>
00006 
00007 class Lcd
00008 // Interface to the LCD display
00009 {
00010 private:
00011 
00012 public:
00013 Lcd();
00014 ~Lcd();
00015 void write(std::string message) const; //write a message on the lcd
00016 
00017 };
00018 
00019 
00020 
00021 
00022 #endif


corobot_diagnostics
Author(s):
autogenerated on Wed Aug 26 2015 11:09:34