lcd

Dependencies:   TextLCD

main.cpp

Committer:
anarkan939
Date:
2020-03-12
Revision:
0:95e2da588878

File content as of revision 0:95e2da588878:


#include "mbed.h"
#include "TextLCD.h"
 
TextLCD lcd(D10, D11, D12, D13, D14, D15, TextLCD::LCD20x4); // rs, e, d4-d7
 
int main() {
    lcd.printf("Arci es la Bomba!\n");
}