commit

Dependencies:   MPU6050_SIM5320_TEST

Fork of MPU_SDCARD by Suad Suljic

Revision:
1:75966605a6a3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CaseFSM/include/CaseEvents.h	Fri Nov 10 15:35:26 2017 +0000
@@ -0,0 +1,12 @@
+#ifndef CASEFSM_EVENTS_H_
+#define CASEFSM_EVENTS_H_ 
+
+struct SwitchPosition {};
+struct RFIDEvent {
+    uint8_t cardType;
+    uint8_t uid[10];
+    uint8_t size;
+    };
+struct TimerEnd {};
+
+#endif /* ifndef CASEFSM_EVENTS_H_ */