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

Files at this revision

API Documentation at this revision

Comitter:
EasyCAT
Date:
Thu Oct 26 12:29:46 2023 +0000
Parent:
8:9cb60cd84fdc
Commit message:
Removed debug test

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 9cb60cd84fdc -r e43af5b19937 main.cpp
--- 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;                         
 }