LCD_test

Dependencies:   mbed TextLCD

main.cpp

Committer:
QuangAnhLe
Date:
2019-04-30
Revision:
0:3c8d9f8a156f

File content as of revision 0:3c8d9f8a156f:

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

TextLCD lcd(PA_6, PA_7, PA_8, PA_9, PA_10, PA_11); // rs, e, d4-d7

int main() {
    lcd.printf("Quang Anh\n");
}