8 lines
286 B
C
8 lines
286 B
C
#include "modbus_params.h" // for modbus parameters structures
|
|
#include "mbcontroller.h"
|
|
|
|
#define MB_PORT_NUM (CONFIG_MB_UART_PORT_NUM) // Number of UART port used for Modbus connection
|
|
#define MB_DEV_SPEED (CONFIG_MB_UART_BAUD_RATE) // The communication speed of the UART
|
|
|
|
|