typedef struct { /* The application's current state */ APP_STATES state; /* TODO: Define any additional data used by the application. */ char rx_byte; // byte received char tx_byte; // byte to send } APP_DATA;