To enable TextDisplays\' use as a lib I removed main.cpp

Dependents:   TextLCD_Serial

TextDisplays.h

Committer:
giryan
Date:
2010-09-05
Revision:
0:0e729fc7275a

File content as of revision 0:0e729fc7275a:

/* mbed Text Displays Collection Library
 * Copyright (c) 2007-2009 sford
 * Released under the MIT License: http://mbed.org/license/mit
 *
 * A library for providing a common base class for Text 
 * displays, to provide commonality and simplify porting of new displays 
 */

#ifndef MBED_TEXT_DISPLAYS_H
#define MBED_TEXT_DISPLAYS_H

// Display Base Class
#include "TextDisplay.h"

// Text Displays
#include "TextLCD.h"
#include "Terminal.h"


#endif