Browse Source

assign cdn

a.binder 5 years ago
parent
commit
6319c86b52

+ 5 - 0
SE/stuff/P5_Automation_can-dev-res-working-1930/P5_Automation_can-dev-res-working-1930.ino

@@ -113,6 +113,11 @@
 #define PortA10 A10  //for rottary sw clk
 #define Port7 7 //for TFT_ILI9163C_CSpin 7 
 #define Port8 8 //for TFT_ILI9163C_DCpin 8
+#define Port9 9 // TFT_ILI9163C__RSTpin 9
+#define Port10 10 // CAN_INTpin 10
+#define Port12 12 // todo change CAN to 12  from 53
+#define Port53 53 // #define CAN_CSpin 53  //todo change can be 12?
+
 
 
 

+ 2 - 2
SE/stuff/P5_Automation_can-dev-res-working-1930/_CAN/_CAN_config.h

@@ -1,2 +1,2 @@
-#define CAN_CSpin 53 
-#define CAN_INTpin 10
+#define CAN_CSpin Port53 // 53 
+#define CAN_INTpin Port10 //10