Go to the documentation of this file.
   23 #ifndef _DEBUG_CONFIG_H 
   24 #define _DEBUG_CONFIG_H 
   31 #define SDCARD_LOGGING_FILE_NAME                     ("leaf.log")
 
   45 #define ENABLE_SDCARD_LOGGING              (0) 
   59 #define LOG_LEVEL   LOG_LEVEL_NOTICE 
   65 #define DEBUG_MEMORY                      (0) 
   71 #define LCD_TRACE_LEVEL_OFF               (0) 
   77 #define LCD_TRACE_LEVEL_ERROR             (1) 
   83 #define LCD_TRACE_LEVEL_WARNING           (2) 
   89 #define LCD_TRACE_LEVEL_INFO              (3) 
   95 #define LCD_TRACE_LEVEL_DEBUG             (4) 
  101 #define OK_STRING                         ("OK")
 
  107 #define ERROR_STRING                      ("ERROR")
 
  113 #define FAIL_STRING                       ("FAIL")
 
  119 #define YES_STRING                        ("YES")
 
  125 #define NO_STRING                         ("NO")
 
  131 #define ON_STRING                         ("ON")
 
  137 #define OFF_STRING                        ("OFF")
 
  143 #define SAVE_STRING                       ("SAVE")
 
  149 #define STIMA_LCD_TRACE_LEVEL              (LCD_TRACE_LEVEL_INFO)