Lydia - Printhead
debug_config.h
Go to the documentation of this file.
1 #ifndef DEBUG_CONFIG_H
2 #define DEBUG_CONFIG_H
3 
5 //
6 // Debugging
7 
8 #define DEBUG_SERIAL_MESSAGES
9 
10 // Serial Bridge Debugging Switches
11 #define BRIDGE_DEBUG_REGISTER
12 #define BRIDGE_DEBUG_CALL_METHOD
13 
14 // Serial Command Messaging Debugging Switches
15 #define DEBUG_MESSAGES_PARSE
16 
17 
18 #define HAS_DEBUG_MODBUS_BRIDGE
19 // #define HAS_DEBUG_MODBUS_BRIDGE_PRINT_QUERY
20 // #define HAS_DEBUG_MODBUS_BRIDGE_PRINT_QUEUE
21 
22 #define HAS_DEBUG_MEMORY
23 
24 #endif // DEBUG_CONFIG_H