File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ resource-constrained systems like microcontrollers.
88Its main features are:
99
1010- Compact size
11- - Only ~ 1500 lines of code
11+ - Only ~ 2000 lines of code
1212 - Client and server code can be disabled, if not needed
1313- No dynamic memory allocations
1414- Transports:
@@ -32,7 +32,7 @@ Its main features are:
3232 - 43/14 (0x2B/0x0E) Read Device Identification
3333- Platform-agnostic
3434 - Requires only C99 and its standard library
35- - Data transport read/write function are implemented by the user
35+ - Data transport read/write functions are implemented by the user
3636- User-definable CRC function for better performance
3737- Broadcast requests and responses
3838
@@ -96,13 +96,13 @@ int main(int argc, char* argv[]) {
9696
9797## Installation
9898
99- ### Integrate source code to your project
99+ ### Manual
100100
101101Just copy `nanomodbus.c` and `nanomodbus.h` inside your application codebase.
102102
103103### CMake project
104104
105- nanomodbus supports library linking by using cmake .
105+ nanomodbus supports library linking by using CMake .
106106
107107```cmake
108108FetchContent_Declare(
You can’t perform that action at this time.
0 commit comments