Fisrt_commit

This commit is contained in:
Obe Van Lierde
2023-11-06 23:48:03 +01:00
parent a912f45961
commit 83db4dcb5d
8 changed files with 7053 additions and 3 deletions

17
project/Core/Inc/modbus.h Normal file
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>
#endif /* INC_MODBUS_H_ */