kh

Dependencies:   mbed PinDetect Servo

parameters.h

Committer:
Sayak97
Date:
2018-11-12
Revision:
2:04bbd14722bd
Parent:
1:2c365f6da61d

File content as of revision 2:04bbd14722bd:

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