17 lines
351 B
Markdown
17 lines
351 B
Markdown
# 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
|
|
|
|
 |