kh

Dependencies:   mbed PinDetect Servo

parameters.h

Committer:
Sayak97
Date:
2018-11-13
Revision:
3:2f7a7e2cd49e
Parent:
2:04bbd14722bd

File content as of revision 3:2f7a7e2cd49e:

#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*/