Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed Servo PinDetect
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
Generated on Thu Jul 14 2022 04:06:30 by
1.7.2