kh

Dependencies:   mbed PinDetect Servo

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers parameters.h Source File

parameters.h

00001 #include "mbed.h"
00002 /*
00003  * Authors: Group 4 Adam Elghor, Brian Kaplan, Sayak Chatterjee, Moraa Onwonga 
00004  * Purpose: Controls the parameters of the safe
00005  * Language:  C
00006  */
00007 enum states{OPEN, LOCK, SETUP};/*Name of the states in the Safe Cups State Machine*/
00008 #define  maxFailedAtttemps 6; /*number of max failed attemps entered before alarm is thrown*/
00009 
00010 
00011