Test

Dependencies:   TextLCD mbed

main.cpp

Committer:
tomlankhorst
Date:
2013-10-30
Revision:
0:0cf40ee51def

File content as of revision 0:0cf40ee51def:

#include "mbed.h"
#include "TextLCD.h"

TextLCD lcd(PTD2, PTE31, PTA17, PTA16, PTC17, PTC16);

int main() {
    lcd.printf("YoloSwag!");
}