change modbus to modbus-tcp

This commit is contained in:
2023-11-07 01:10:06 +01:00
parent 2f7c9f70b2
commit f8648eecaa
3 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
/*
* 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>
void modbus_init( void );
#endif /* INC_MODBUS_H_ */