Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: TextLCD
Diff: main.cpp
- Revision:
- 3:be0b871f3ff9
- Parent:
- 2:397be4b2e023
--- a/main.cpp Wed Mar 18 14:58:47 2020 +0000 +++ b/main.cpp Fri Mar 20 11:07:29 2020 +0000 @@ -11,7 +11,7 @@ #include "vector" #include "TextLCD.h" -//TextLCD lcd(p15, p16, p17, p18, p19, p20); // rs, e, d4-d7 +TextLCD lcd(PA_9, PB_10, PB_4, PB_5, PB_3, PA_10); // rs, rw, e, d0, d1, d2, d3 using namespace std; @@ -107,7 +107,7 @@ } else { // std::cout << "password incorrect\n" << "Try Again" << std::endl; - lcd.printf("incorrect Try Again""); + lcd.printf("incorrect Try Again"); wait(1); lcd.cls(); password.clear();