Revision 78
fixed ack reading issue. added statemachine, still not working
errors.h | ||
---|---|---|
11 | 11 |
WRITE_ERROR, /* @brief Error on Writing to Port */ |
12 | 12 |
TIMEOUT_ERROR, /* @brief Timeout error */ |
13 | 13 |
INVALID_COMMAND, /* @brief Invalid Command issued */ |
14 |
INVALID_STATE, /* @brief State machine reached an invalid state */ |
|
14 | 15 |
OTHER_ERROR, /* @brief Unspecified error */ |
15 | 16 |
}; |
16 | 17 |
|
Also available in: Unified diff