EasyCAT LAB - EtherCAT master legacy example

Dependencies:   SOEM SPI_STMPE610 SPI_TFT_ILI9341 TFT_fonts

The EasyCAT LAB is a complete educational and experimental EtherCAT® system, composed of one master and two slaves .

/media/uploads/EasyCAT/easycat_lab.jpg

/media/uploads/EasyCAT/components.jpg

Revision:
9:e43af5b19937
Parent:
7:d71db73dcdd9
--- a/main.cpp	Wed Oct 25 13:01:33 2023 +0000
+++ b/main.cpp	Thu Oct 26 12:29:46 2023 +0000
@@ -1281,8 +1281,8 @@
     Xm_ = 1;       
     Ym_ = 1;             
 
-    if (Result)                                 //debug - draw the touched point on the TFT 
-        TFT.pixel (*X, *Y, White);              //  
+    // if (Result)                                 //debug - draw the touched point on the TFT 
+    //     TFT.pixel (*X, *Y, White);              //  
 
     return Result;                         
 }