#include <lcd.hpp>
List of all members.
Public Member Functions |
| Lcd () |
void | write (std::string message) const |
| ~Lcd () |
Detailed Description
Definition at line 7 of file lcd.hpp.
Constructor & Destructor Documentation
I hate to have to declare this as a global variable but due to how the lcd driver has been written, I have no choice. The reason is that in usblcd.h a global variable has been defined. This variable get declared multiple times if usblcd.h is included in the lcd.hpp and if another file include lcd.hpp (diagnostic.h does). Therefore, I did not find any other solution, except rewritting the driver, than declaring it as global variable
Definition at line 13 of file lcd.cpp.
Member Function Documentation
The documentation for this class was generated from the following files: