AND
/
LCDTEST
lcd test
main.cpp
- Committer:
- mehrnaz
- Date:
- 2019-05-10
- Revision:
- 0:58c95c1c6b62
File content as of revision 0:58c95c1c6b62:
#include "mbed.h" #include "TextLCD.h" TextLCD lcd(PC_8,PC_7,PC_6,PB_15,PB_14,PB_13,PB_12, TextLCD::LCD16x2); int main() { lcd.cls(); wait(0.001); lcd.printf("Row 1!"); lcd.locate(0,1); lcd.printf("Row 2!"); }