Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "TextLCD.h"
00003 
00004 TextLCD lcd(p24, p25, p26, p27, p28, p29, p30,20,4); // rs, rw, e, d0, d1, d2, d3
00005 
00006 
00007 
00008 
00009 
00010 
00011 int main() {
00012     lcd.cls();
00013      
00014 
00015 
00016 
00017     
00018     while(1) {
00019        
00020 
00021          lcd.printf("TEST");
00022 
00023          
00024             
00025         }
00026     
00027     
00028     
00029 
00030 }