Lee Sang Woon
/
TextLCD
Fork of TextLCD_HelloWorld by
main.cpp
- Committer:
- chris
- Date:
- 2010-11-16
- Revision:
- 0:66332c315595
- Child:
- 1:ad907eb169ba
File content as of revision 0:66332c315595:
#include "mbed.h" #include "TextLCD.h" TextLCD lcd(p10, p12, p15, p16, p17, p18); // rs, e, d0-d3 int main() { lcd.printf("Hello World!\n"); }