test

Dependencies:   MODDMA MODSERIAL mbed

Fork of IRIS_MBED by IRIS

main.h

Committer:
JonathanAshworth
Date:
2015-03-15
Revision:
0:2676c97df44e
Child:
4:1017848d2fe1

File content as of revision 0:2676c97df44e:

struct Flags
{
    bool rxNewData;
    bool txSentData;
    bool usbTimeout;
};

void serialTx (void);
void usbTimeout(void);
void shutdown(void);
void serialRx_ISR(void);
void usbTimer_ISR(void);