00001 /* mbed Text Displays Collection Library 00002 * Copyright (c) 2007-2009 sford 00003 * Released under the MIT License: http://mbed.org/license/mit 00004 * 00005 * A library for providing a common base class for Text 00006 * displays, to provide commonality and simplify porting of new displays 00007 */ 00008 00009 #ifndef MBED_TEXT_DISPLAYS_H 00010 #define MBED_TEXT_DISPLAYS_H 00011 00012 // Display Base Class 00013 #include "TextDisplay.h" 00014 00015 // Text Displays 00016 #include "TextLCD.h" 00017 #include "Terminal.h" 00018 00019 00020 #endif