Go to the source code of this file.
◆ ASSERT
#define ASSERT |
( |
|
cond, |
|
|
|
msg |
|
) |
| if(!(cond)){assert_failed(msg, __PRETTY_FUNCTION__, __LINE__);} |
◆ CHECKSUM_ERROR_STATUS
#define CHECKSUM_ERROR_STATUS -10 |
◆ CONFIGURATION_ERROR_STATUS
#define CONFIGURATION_ERROR_STATUS -30 |
◆ OUT_OF_MEMORY_ERROR_STATUS
#define OUT_OF_MEMORY_ERROR_STATUS -20 |
◆ PROGRAM_ERROR_STATUS
#define PROGRAM_ERROR_STATUS -40 |
◆ assert_failed()
void assert_failed |
( |
const char * |
msg, |
|
|
const char * |
location, |
|
|
int |
line |
|
) |
| |
◆ debugMessage()
void debugMessage |
( |
const char * |
msg | ) |
|
◆ error()
void error |
( |
int8_t |
code, |
|
|
const char * |
reason |
|
) |
| |
◆ msg_ftoa()
char* msg_ftoa |
( |
float |
val, |
|
|
int |
base |
|
) |
| |
◆ msg_itoa()
char* msg_itoa |
( |
int |
val, |
|
|
int |
base |
|
) |
| |