naze-shippai-suru-noka
Dependencies: TextLCD mbed pop3
main.cpp
- Committer:
- kogure7
- Date:
- 2011-11-01
- Revision:
- 1:c5b02f551a38
- Parent:
- 0:85a5c0651795
File content as of revision 1:c5b02f551a38:
#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; }