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

src/parameters.h

Committer:
monwonga3
Date:
2018-12-29
Revision:
4:628468ce3e86
Parent:
parameters.h@ 2:04bbd14722bd

File content as of revision 4:628468ce3e86:

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