kh

Dependencies:   mbed PinDetect Servo

Revision:
2:04bbd14722bd
Parent:
1:2c365f6da61d
--- a/parameters.h	Sat Nov 10 20:08:46 2018 +0000
+++ b/parameters.h	Mon Nov 12 23:36:11 2018 +0000
@@ -1,10 +1,11 @@
-#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*/
+#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*/
+
+
 
-