kh

Dependencies:   mbed PinDetect Servo

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers setup.h Source File

setup.h

00001 /*
00002 * Authors: Group 4 Adam Elghor, Brian Kaplan, Sayak Chatterjee, Moraa Onwonga
00003 * Purpose: Controls the SETUP state of the machine
00004 * Language: C
00005 */
00006 
00007 /*
00008 * Function:  setup
00009 * --------------------
00010 *  Calls the functions needed to setup the entry sequence for the safe.
00011 *
00012 *  returns: the next state in the state machine
00013 *  LOCK: after entry sequence has been entered
00014 *
00015 */
00016 
00017 
00018 enum states setup();