main.cpp
- Committer:
- vcazan
- Date:
- 2010-03-17
- Revision:
- 0:8376abb937fe
File content as of revision 0:8376abb937fe:
#include "mbed.h"
#include "TextLCD.h"
TextLCD lcd(p24, p25, p26, p27, p28, p29, p30,20,4); // rs, rw, e, d0, d1, d2, d3
int main() {
lcd.cls();
while(1) {
lcd.printf("TEST");
}
}