Prueba de LCD

Dependencies:   mbed

main.c

Committer:
jvicente
Date:
2019-01-10
Revision:
9:54d77c269943

File content as of revision 9:54d77c269943:

#include "mbed.h"

TextLCD lcd(D8, D9, D2, D3, D4, D5, TextLCD::LCD16x2); // rs, e, d4-d7

int main(){
     lcd.printf("Hello World!\n");
    
    }