|
|
@@ -101,8 +101,8 @@
|
|
|
#define ENABLE_DISPLAY_MENU
|
|
|
//#define DISABLE_ANY_PRINT //when uno ?
|
|
|
#define DISPLAY_MENU_SELECTOR_DEBUG
|
|
|
-#define DISPLAY__print_menu_DELAY 500
|
|
|
-
|
|
|
+//#define DISPLAY__print_menu_DELAY 500
|
|
|
+#define DISABLE_TASK_TYPE_T_Broadcast_state_LOW
|
|
|
|
|
|
#define Sprintln(a) (Serial.println(a))
|
|
|
/*
|
|
|
@@ -149,6 +149,7 @@ etc. To deactivate the Serial printing, define the macro empty:
|
|
|
#include "___main/__main_auto.h"
|
|
|
#include "___main/__main_register.h"
|
|
|
#include "___main/__main_extern.h"
|
|
|
+#include "__icon/__icon.h"
|
|
|
|
|
|
#include "___template/__STORAGE_ARRAY_func.h" //testing
|
|
|
|
|
|
@@ -207,10 +208,10 @@ etc. To deactivate the Serial printing, define the macro empty:
|
|
|
#if defined(HAS_TFT_ILI9163C)
|
|
|
#include "_TFT_ILI9163C_config.h"
|
|
|
#endif
|
|
|
-#include "_DISPLAY_struct.h"
|
|
|
-#include "_Port_ID_sruct.h"
|
|
|
+#include "__DISPLAY/_DISPLAY_struct.h"
|
|
|
+#include "__PORTS/_Port_ID_sruct.h"
|
|
|
|
|
|
-#include "_TASK_TYPES_struct.h"
|
|
|
+#include "__PORTS/_TASK_TYPES_struct.h"
|
|
|
#include "_Slave_Ports_Status_QUEUE_struct.h"
|
|
|
//#include "Slave_Ports_Status_QUEUE.h"
|
|
|
|
|
|
@@ -280,12 +281,12 @@ etc. To deactivate the Serial printing, define the macro empty:
|
|
|
|
|
|
|
|
|
//REMOTE PORTS DEFINITIONS
|
|
|
- #include "_PortTypes_struct.h"
|
|
|
- #include "_PortStates_struct.h"
|
|
|
- #include "_Port_Exp_state_ttl_struct.h"
|
|
|
- #include "_Port_Broadcast_state_struct.h"
|
|
|
- #include "_Port_I2C_driver_struct.h"
|
|
|
- #include "_Slave_Ports_Status_struct.h"
|
|
|
+ #include "__PORTS/_PortTypes_struct.h"
|
|
|
+ #include "__PORTS/_PortStates_struct.h"
|
|
|
+ #include "__PORTS/_Port_Exp_state_ttl_struct.h"
|
|
|
+ #include "__PORTS/_Port_Broadcast_state_struct.h"
|
|
|
+ #include "__PORTS/_Port_I2C_driver_struct.h"
|
|
|
+ #include "__PORTS/_Slave_Ports_Status_struct.h"
|
|
|
#include "_CAN/_Slave_Ports_Protocol_CAN_struct.h"
|
|
|
|
|
|
#if defined(HAS_TFT_ILI9163C)
|
|
|
@@ -298,9 +299,9 @@ etc. To deactivate the Serial printing, define the macro empty:
|
|
|
#include "_I2C_driver_Adafruit_PWMServoDriver/_I2C_driver_Adafruit_PWMServoDriver_func.h"
|
|
|
#endif
|
|
|
#include "_TASK_TYPES_func.h"
|
|
|
-#include "_Slave_Ports_Status_QUEUE_add_func.h"
|
|
|
-#include "_DISPLAY_add_record_func.h"
|
|
|
-#include "_DISPLAY_func.h"
|
|
|
+#include "__QUEUE/_Slave_Ports_Status_QUEUE_add_func.h"
|
|
|
+#include "__DISPLAY/_DISPLAY_add_record_func.h"
|
|
|
+#include "__DISPLAY/_DISPLAY_func.h"
|
|
|
|
|
|
#if defined(HAS_LCD1602)
|
|
|
#include "_LCD1602_func.h"
|
|
|
@@ -318,12 +319,12 @@ etc. To deactivate the Serial printing, define the macro empty:
|
|
|
#include "_time_func.h"
|
|
|
|
|
|
#include "_Slave_Ports_ttl_decrement_func.h"
|
|
|
-#include "_Slave_Ports_broadcast_func.h"
|
|
|
+#include "__QUEUE/_Slave_Ports_broadcast_func.h"
|
|
|
#include "_Slave_Ports_I2C_func.h"
|
|
|
-#include "_Slave_Ports_action_func.h"
|
|
|
+#include "__QUEUE/_Slave_Ports_action_func.h"
|
|
|
|
|
|
-#include "_DISPLAY_queue_pop_func.h"
|
|
|
-#include "_Slave_Ports_Status_QUEUE_func.h"
|
|
|
+#include "__DISPLAY/_DISPLAY_queue_pop_func.h"
|
|
|
+#include "__QUEUE/_Slave_Ports_Status_QUEUE_func.h"
|
|
|
|
|
|
#include "_Slave_Ports_Protocol_CAN_func.h"
|
|
|
#include "_Slave_Ports_Status_func.h"
|
|
|
@@ -353,7 +354,7 @@ etc. To deactivate the Serial printing, define the macro empty:
|
|
|
#endif
|
|
|
|
|
|
|
|
|
-#include "_DISPLAY_init.h"
|
|
|
+#include "__DISPLAY/_DISPLAY_init.h"
|
|
|
|
|
|
|
|
|
|