commit

Dependencies:   MPU6050_SIM5320_TEST

Fork of MPU_SDCARD by Suad Suljic

CaseFSM/include/CaseEvents.h

Committer:
suads
Date:
2017-11-10
Revision:
1:75966605a6a3

File content as of revision 1:75966605a6a3:

#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_ */