Updated README.md

This commit is contained in:
Valerio De Benedetto 2023-11-16 09:41:50 +01:00 committed by GitHub
parent fa49e2ef7d
commit a650381a10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,11 @@
# nanoMODBUS - A compact MODBUS RTU/TCP C library for embedded/microcontrollers
nanoMODBUS is a small C library that implements the Modbus protocol. It is especially useful in embedded and
resource-constrained
systems like microcontrollers.
resource-constrained systems like microcontrollers.
Its main features are:
- Compact size
- Only ~1000 lines of code
- Only ~1500 lines of code
- Client and server code can be disabled, if not needed
- No dynamic memory allocations
- Transports: