EasyCAT LAB - EtherCAT master simple example

Dependencies:   SOEM SPI_TFT_ILI9341 TFT_fonts

  • This repository contains a simple example for the EasyCAT LAB , a complete educational and experimental EtherCAT® system, composed of one master and two slaves.

Note

  • This example uses two LAB 2 slaves.

Note

  • In this example only two bytes of data are exchanged between the slaves and are also visualized on the TFT display.

soem_start.h

Committer:
EasyCAT
Date:
6 months ago
Revision:
4:cbef7fa67d5f
Parent:
0:13be39911caf

File content as of revision 4:cbef7fa67d5f:


#ifndef soem_start_H
#define soem_start_H


bool network_scanning(void);


#endif