asdasdasd

Dependencies:   mbed

Fork of FINAL_PROJECT_4180 by Gedeon Nyengele

Revision:
11:1d7021c0739d
Parent:
10:c3556e27e576
Child:
12:5cb9ffad1ad7
--- a/lib.h	Mon Apr 25 01:57:10 2016 +0000
+++ b/lib.h	Mon Apr 25 02:38:50 2016 +0000
@@ -20,4 +20,9 @@
 void success_display(uLCD_4DGL *lcd, char *text);
 int id_to_int(char *user_id, int size);
 void add_to_table(HASH_RECORD *table, int ind, int user_id, int hash);
-bool contain_hash(HASH_RECORD *table, int table_size, int user_id, int hash);
\ No newline at end of file
+bool contain_hash(HASH_RECORD *table, int table_size, int user_id, int hash);
+void greeting(uLCD_4DGL *lcd);
+
+// TO IMPLEMENT
+int read_keypad();
+bool get_user_id(char *user_id);
\ No newline at end of file