Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed PinDetect Servo
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
Generated on Wed Jul 13 2022 11:24:16 by
1.7.2