STIMA
3
|
Go to the source code of this file.
Macros | |
#define | SDCARD_LOGGING_FILE_NAME ("wind.log") |
File name for logging on SD-Card. | |
#define | ENABLE_SDCARD_LOGGING (0) |
Enable logging on SDcard define to 1 the macro to enable logging on a file on SDcard. | |
#define | LOG_LEVEL LOG_LEVEL_NOTICE |
logging level at compile time Available levels are: LOG_LEVEL_SILENT LOG_LEVEL_FATAL LOG_LEVEL_ERROR LOG_LEVEL_WARNING LOG_LEVEL_NOTICE LOG_LEVEL_TRACE LOG_LEVEL_VERBOSE | |
#define | DEBUG_MEMORY (0) |
Activate debug of memory use and stack heap collision on serial interface. | |
#define | OK_STRING ("OK") |
"OK" string message. | |
#define | ERROR_STRING ("ERROR") |
"ERROR" string message. | |
#define | FAIL_STRING ("FAIL") |
"FAIL" string message. | |
#define | YES_STRING ("YES") |
"YES" string message. | |
#define | NO_STRING ("NO") |
"NO" string message. | |
#define | ON_STRING ("ON") |
"ON" string message. | |
#define | OFF_STRING ("OFF") |
"OFF" string message. | |
#define | SAVE_STRING ("SAVE") |
"SAVE" string message. | |