LCD con FRDM_K64F

Dependencies:   TextLCD mbed

main.cpp

Committer:
satelite
Date:
2016-05-28
Revision:
0:ee189687f32d

File content as of revision 0:ee189687f32d:

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

TextLCD lcd(PTC3, PTC2, PTA2, PTB23, PTA1, PTB9);

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