Moraa Onwonga / Mbed 2 deprecated Safe_Of_the_Gods

Dependencies:   mbed Servo PinDetect

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 
00009 
00010