Files
2023-Webservices_And_Applic…/project/Core/Inc/modbus-tcp.h
2023-11-07 10:05:07 +01:00

19 lines
250 B
C

/*
* modbus.h
*
* Created on: 6 nov. 2023
* Author: Obe
*/
#ifndef INC_MODBUS_H_
#define INC_MODBUS_H_
#define MODBUSPOORT 502 //is the default
#include <tcp.h>
#include <string.h>
void modbus_init( void );
#endif /* INC_MODBUS_H_ */