Commit d8d6ecaf6740a76a07db4c7e230601d43535ad18
1 parent
f0653681
added extra documentation
Showing
1 changed file
with
2 additions
and
1 deletions
README.md
| ... | ... | @@ -2,4 +2,5 @@ |
| 2 | 2 | The goal was to write a TCP / RTU modbus library written in c++ as a header-only, but reality quickly followed suit. |
| 3 | 3 | To avoid large implementations in the header file and create a mess, I quickly decided to write it more conventional. |
| 4 | 4 | |
| 5 | - | |
| 5 | +The Modbus protocol description kan be found in the 'documentation' folder. [documentation/protocol.md] | |
| 6 | +The actual implementation is described in [documentation/implementation.d] | ... | ... |