From d8d6ecaf6740a76a07db4c7e230601d43535ad18 Mon Sep 17 00:00:00 2001 From: Peter M. Groen Date: Sat, 24 Sep 2022 12:50:34 +0200 Subject: [PATCH] added extra documentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f40cd5..1beabed 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,5 @@ The goal was to write a TCP / RTU modbus library written in c++ as a header-only, but reality quickly followed suit. To avoid large implementations in the header file and create a mess, I quickly decided to write it more conventional. - +The Modbus protocol description kan be found in the 'documentation' folder. [documentation/protocol.md] +The actual implementation is described in [documentation/implementation.d] -- libgit2 0.21.4