kh

Dependencies:   mbed PinDetect Servo

Revision:
1:2c365f6da61d
Parent:
0:28e05e1a3d1e
Child:
2:04bbd14722bd
--- a/authentication.h	Sat Nov 10 19:30:54 2018 +0000
+++ b/authentication.h	Sat Nov 10 20:08:46 2018 +0000
@@ -3,15 +3,12 @@
 * Purpose: Controls Input and Output Data
 * Language: C
 */
-#include "authentication.cpp"
 /*
 * Function: setEntrySequence
 * --------------------
 *  Reads in user's entry sequence attempt
 */
-void setEntrySequenceAttempt() {
-}
-
+void setEntrySequenceAttempt();
 /*
 * Function:  CorrectEntrySequenceAttempt
 * --------------------
@@ -21,11 +18,9 @@
 *  the set entry sequence otherwise false
 *
 */
-bool CorrectEntrySequenceAttempt() {
-}
+bool CorrectEntrySequenceAttempt();
 
-bool checkPot(int p1, int p2) {
-}
+bool checkPot(int p1, int p2);
 
 
 
@@ -37,9 +32,7 @@
 *  returns:
 *
 */
-void bluetooth() {
-
-}
+void bluetooth();
 
 
 /*
@@ -50,7 +43,5 @@
 *  returns:
 *
 */
-void sdCard() {
+void sdCard();
 
-}
-