LCD Connection

Dependencies:   TextLCD mbed

Fork of PID_encoder by Sebastian Quintero Zapata

main.cpp

Committer:
squinteroz
Date:
2016-09-29
Revision:
1:954623d16310
Parent:
0:40599894595a
Child:
2:81e45f6f6410

File content as of revision 1:954623d16310:

#include "mbed.h"
#include "TextLCD.h"// nos permite usar el lcd en nuestro comando 


TextLCD lcd(PTE0, PTE1, PTE2, PTE3, PTE4, PTE5, TextLCD::LCD16x2B); // rs, e, d4-d7 Teclado
//asignamos el puerto a cada interruptor

int main() {
    lcd.printf("Lopez GAY\n");   
    }