Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
main.cpp
- Committer:
- rajivwagle
- Date:
- 2018-03-08
- Revision:
- 0:ebcf99ad1a5c
File content as of revision 0:ebcf99ad1a5c:
#include "mbed.h" #include "TextLCD.h" TextLCD lcd(p13, p12, p11, p10, p9, p8, TextLCD::LCD16x2); // rs, e, d4-d7 int main() { lcd.printf("Hello BMW World!\n"); }