cwalter-at / freemodbus

BSD licensed MODBUS RTU/ASCII and TCP slave
768 stars 393 forks source link

allow ports to define included functions. #10

Open karlp opened 5 years ago

karlp commented 5 years ago

Instead of requiring the library itself to be modified to enable/disable functions, allow the port layer to define what functions are included. This makes maintennance of a common freemodbus core library simpler.

All functions retain their original defaults.

Signed-off-by: Karl Palsson karlp@etactica.com