Authentication / Mbed OS Attendant

Dependencies:   TextLCD

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();