kh

Dependencies:   mbed PinDetect Servo

lock.h

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

File content as of revision 1:2c365f6da61d:

/*
* Authors: Group 4 Adam Elghor, Brian Kaplan, Sayak Chatterjee, Moraa Onwonga
* Purpose: Controls the LOCK state of the machine
* Language: C
*/

/*
* Function:  lock
* --------------------
*  Locks safe
*
*  returns: the next state in the state machine
*  Open: After it has been locked
*
*/
enum states lock();

/*
* Function: authenticate
* ----------------------------
*  Checks whether a cup was found through the sonar sensor
*
*  returns: true if cup found else false
*/
bool authenticateLock();