es la misma libreria que se descarga

Dependents:   02_serial_cheto_facuclop

Fork of TextLCD by Eduvance vanmat

Revision:
10:c9add656c693
Parent:
9:befde34054fb
--- a/LCD.cpp	Tue May 27 07:22:43 2014 +0000
+++ b/LCD.cpp	Tue Aug 05 23:32:15 2014 +0000
@@ -1,7 +1,7 @@
 #include "LCD.h"
-DigitalOut RS(p25);
-DigitalOut E(p24);
-BusOut data(p23,p22,p21,p20);
+DigitalOut RS(PTE0);
+DigitalOut E(PTA4);
+BusOut data(PTA1,PTA2,PTD3,PTA12);
 void toggle_enable(void){
 E=1;
 wait(0.001);