20140907

Dependencies:   TextLCD TextLCD_HelloWorld mbed

main.cpp

Committer:
nishansryochi
Date:
2014-10-29
Revision:
0:5239b1cfa6b6

File content as of revision 0:5239b1cfa6b6:

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

TextLCD lcd(p24,p25,p26,p27,p28,p29,p30);//rs,rw,e,d4,d5,d6,d7

int main(){
    lcd.cls();
    lcd.printf("AHOBOKE");
    }