share
Dependencies: mbed
Diff: main.cpp
- Revision:
- 0:5dbeda619328
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Fri Nov 13 02:03:19 2015 +0000 @@ -0,0 +1,12 @@ + +#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‟ + + + } \ No newline at end of file