Safe of the God's was a group project. For the project we were given the task to create an electronic safe with an embedded system.
Dependencies: mbed Servo PinDetect
Diff: setup.h
- Revision:
- 4:628468ce3e86
- Parent:
- 3:2f7a7e2cd49e
--- a/setup.h Tue Nov 13 03:19:06 2018 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -/* -* 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();