Pin asigne changed. Plug in a LCD module from p13 to p20.

Dependencies:   mbed

main.cpp

Committer:
halfpitch
Date:
2011-07-13
Revision:
0:f2ae0d794c78

File content as of revision 0:f2ae0d794c78:

#include "mbed.h"
#include "TextLCD.h"

//TextLCD lcd(p24, p25, p26, p27, p28, p29, p30); // rs, rw, e, d4, d5, d6, d7
TextLCD lcd(p14, p15, p16, p17, p18, p19, p20);
int main() {
      lcd.cls();
      lcd.printf("Hello mbed world!");
}