naze-shippai-suru-noka

Dependencies:   TextLCD mbed pop3

main.cpp

Committer:
kogure7
Date:
2011-04-17
Revision:
0:85a5c0651795

File content as of revision 0:85a5c0651795:

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

TextLCD lcd(p24, p26, p27, p28, p29, p30);

int main(void) {
    lcd.cls();
    lcd.locate(0, 0);
    lcd.printf("StarBoard Orange");
    lcd.locate(0, 1);
    lcd.printf("mbed NXP LPC1768");
    return 0;
}