Suad Suljic / Mbed OS KOPIRANO_cell_locker

Dependencies:   MPU6050_SIM5320_TEST

Fork of MPU_SDCARD by Suad Suljic

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers CaseEvents.h Source File

CaseEvents.h

00001 #ifndef CASEFSM_EVENTS_H_
00002 #define CASEFSM_EVENTS_H_ 
00003 
00004 struct SwitchPosition {};
00005 struct RFIDEvent {
00006     uint8_t cardType;
00007     uint8_t uid[10];
00008     uint8_t size;
00009     };
00010 struct TimerEnd {};
00011 
00012 #endif /* ifndef CASEFSM_EVENTS_H_ */