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.
Dependencies: mbed
main.cpp
- Committer:
- shaizeen
- Date:
- 2015-11-13
- Revision:
- 0:5dbeda619328
File content as of revision 0:5dbeda619328:
#include "lcd.h"
int main( )
{ LCD_init( );
display_to_LCD(0x48) ; // „H‟
display_to_LCD(0x45) ; // „E‟
display_to_LCD(0x4C) ; // „L‟
display_to_LCD(0x4C) ; // „L‟
display_to_LCD(0x4F) ; // „O‟
}