Initial modbustcp doc

This commit is contained in:
Obe Van Lierde
2023-12-04 15:45:55 +01:00
committed by Sander Speetjens
parent 30a3732d64
commit a49cc02ebc
2 changed files with 17 additions and 0 deletions

BIN
docs/img/QmodMaster.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

17
docs/modbus_tcp.md Normal file
View File

@@ -0,0 +1,17 @@
# Modbus-TCP
This is the documentation of the Modbus-TCP task
## Table of contents
- [Table of contents](#table-of-contents)
- [Initialization](#initialization)
- [Usage](#usage)
## Initialization
The Modbus task is initialized in the main function.
```c
// Initialize Modbus task
modbus_init();
```
## Usage
![QmodMaster.exe](./img/QmodMaster.png)