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:
- fejesmark
- Date:
- 2015-03-02
- Revision:
- 0:23e522251a91
File content as of revision 0:23e522251a91:
#include "mbed.h"
#include "TextLCD.h"
TextLCD lcd(p10, p12, p17, p18, p19, p20);
int main() {
lcd.cls();
lcd.printf("helloo");
wait(5);
lcd.cls();
lcd.printf("Fuck you!");
}