![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Template for working forward
main.cpp
- Committer:
- romilly
- Date:
- 2010-08-09
- Revision:
- 0:6beb6f498640
- Child:
- 1:402b32a1025f
File content as of revision 0:6beb6f498640:
#include "mbed.h" #include "TextLCD.h" TextLCD lcd(p9, p10); int main() { lcd.printf("Hi mbed World!\n"); }