Revision 83
added delay between reads
errors.h | ||
---|---|---|
12 | 12 |
TIMEOUT_ERROR, /* @brief Timeout error */ |
13 | 13 |
INVALID_COMMAND, /* @brief Invalid Command issued */ |
14 | 14 |
INVALID_STATE, /* @brief State machine reached an invalid state */ |
15 |
OTHER_ERROR, /* @brief Unspecified error */ |
|
15 |
INVALID_ARGUMENT, /* @brief Invalid argument received */ |
|
16 |
OTHER_ERROR /* @brief Unspecified error */ |
|
16 | 17 |
}; |
17 | 18 |
|
18 | 19 |
#endif //ERRORS_H_INCLUDED |
Also available in: Unified diff