newest version,

Dependencies:   QEI mbed

Revision:
0:fc6fa085d591
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/check_state.h	Fri Oct 23 13:14:57 2015 +0000
@@ -0,0 +1,14 @@
+/*
+ * check_state.h
+ *
+ *  Created on: Oct 20, 2015
+ *      Author: User
+ */
+
+#ifndef CHECK_STATE_H_
+#define CHECK_STATE_H_
+
+std::string check_state(double left_input, double right_input, double threashold);
+
+#endif /* CHECK_STATE_H_ */
+