Initial modbustcp doc
This commit is contained in:
BIN
docs/img/QmodMaster.png
Normal file
BIN
docs/img/QmodMaster.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
17
docs/modbus_tcp.md
Normal file
17
docs/modbus_tcp.md
Normal 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
|
||||
|
||||

|
||||
Reference in New Issue
Block a user