Moraa Onwonga / Mbed 2 deprecated Safe_Of_the_Gods

Dependencies:   mbed Servo PinDetect

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers authentication.h Source File

authentication.h

00001 /*
00002 * Authors: Group 4 Adam Elghor, Brian Kaplan, Sayak Chatterjee, Moraa Onwonga
00003 * Purpose: Controls Input and Output Data
00004 * Language: C++
00005 */
00006 /*
00007 * Function: setEntrySequence
00008 * --------------------
00009 *  Reads in user's entry sequence attempt
00010 */
00011 void setEntrySequenceAttempt();
00012 /*
00013 * Function:  CorrectEntrySequenceAttempt
00014 * --------------------
00015 *  Checks whether the user's entry sequence attempt is correct
00016 *
00017 *  returns: true if the entry sequence attempt from the user matches
00018 *  the set entry sequence otherwise false
00019 *
00020 */
00021 bool CorrectEntrySequenceAttempt();
00022 
00023 bool checkPot(int p1, int p2);
00024 
00025 bool checkBluetooth();
00026 
00027 void printPotValues();
00028 
00029 /*
00030 * Function:  bluetooth
00031 * --------------------
00032 *  bluetooth stuff EDIT LATER
00033 *
00034 *  returns:
00035 *
00036 */
00037 void parse_bluetooth();
00038 
00039 void start_bluetooth();
00040 
00041 
00042 
00043