Dependencies: mbed Servo PinDetect
Diff: src/setup.h
- Revision:
- 4:628468ce3e86
- Parent:
- 2:04bbd14722bd
diff -r 2f7a7e2cd49e -r 628468ce3e86 src/setup.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/setup.h Sat Dec 29 07:04:53 2018 +0000 @@ -0,0 +1,18 @@ +/* +* Authors: Group 4 Adam Elghor, Brian Kaplan, Sayak Chatterjee, Moraa Onwonga +* Purpose: Controls the SETUP state of the machine +* Language: C +*/ + +/* +* Function: setup +* -------------------- +* Calls the functions needed to setup the entry sequence for the safe. +* +* returns: the next state in the state machine +* LOCK: after entry sequence has been entered +* +*/ + + +enum states setup();