From 7938f1ecb19ffd90d14f0f5520ac609b8b7481fc Mon Sep 17 00:00:00 2001 From: Valerio De Benedetto Date: Fri, 7 Mar 2025 10:03:12 +0100 Subject: [PATCH] Updated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6984484..646799b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ resource-constrained systems like microcontrollers. Its main features are: - Compact size - - Only ~1500 lines of code + - Only ~2000 lines of code - Client and server code can be disabled, if not needed - No dynamic memory allocations - Transports: @@ -32,7 +32,7 @@ Its main features are: - 43/14 (0x2B/0x0E) Read Device Identification - Platform-agnostic - Requires only C99 and its standard library - - Data transport read/write function are implemented by the user + - Data transport read/write functions are implemented by the user - User-definable CRC function for better performance - Broadcast requests and responses @@ -96,13 +96,13 @@ int main(int argc, char* argv[]) { ## Installation -### Integrate source code to your project +### Manual Just copy `nanomodbus.c` and `nanomodbus.h` inside your application codebase. ### CMake project -nanomodbus supports library linking by using cmake. +nanomodbus supports library linking by using CMake. ```cmake FetchContent_Declare(