kh

Dependencies:   mbed PinDetect Servo

authentication.h

Committer:
Sayak97
Date:
2018-11-10
Revision:
0:28e05e1a3d1e
Child:
1:2c365f6da61d

File content as of revision 0:28e05e1a3d1e:

/*
* Authors: Group 4 Adam Elghor, Brian Kaplan, Sayak Chatterjee, Moraa Onwonga
* Purpose: Controls Input and Output Data
* Language: C
*/
#include "authentication.cpp"
/*
* Function: setEntrySequence
* --------------------
*  Reads in user's entry sequence attempt
*/
void setEntrySequenceAttempt() {
}

/*
* Function:  CorrectEntrySequenceAttempt
* --------------------
*  Checks whether the user's entry sequence attempt is correct
*
*  returns: true if the entry sequence attempt from the user matches
*  the set entry sequence otherwise false
*
*/
bool CorrectEntrySequenceAttempt() {
}

bool checkPot(int p1, int p2) {
}



/*
* Function:  bluetooth
* --------------------
*  bluetooth stuff EDIT LATER
*
*  returns:
*
*/
void bluetooth() {

}


/*
* Function:  sdCard
* --------------------
*  sdCard stuff EDIT LATER
*
*  returns:
*
*/
void sdCard() {

}