MEM / Mbed 2 deprecated ES_4_P1

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "LCD.h"
00002 
00003 int main() {
00004     
00005 char loc=0x40;
00006 LCD_init();
00007 display_to_LCD(0x46);
00008 display_to_LCD(0x6F);
00009 display_to_LCD(0x72);
00010 display_to_LCD(0x7A);
00011 display_to_LCD(0x61);
00012 set_location(loc);
00013 display_to_LCD(0x4E);
00014 display_to_LCD(0x61);
00015 display_to_LCD(0x70);
00016 display_to_LCD(0x6F);
00017 display_to_LCD(0x6C);
00018 display_to_LCD(0x69);
00019 
00020 
00021 }