debevv / nanoMODBUS

A compact MODBUS RTU/TCP C library for embedded/microcontrollers
MIT License
234 stars 47 forks source link

Convert `get_` and `put_` to functions #17

Closed jonathangjertsen closed 1 year ago

jonathangjertsen commented 1 year ago

This shaves off about 1 kB of flash usage from my client application. It is also more type safe, which is nice.

jonathangjertsen commented 1 year ago

Passing build here https://github.com/jonathangjertsen/nanoMODBUS/runs/7571588260

debevv commented 1 year ago

Hi, I was experimenting with the various automatic CI options, that's why this warning appeared. Can you merge/rebase your branch with master?

debevv commented 1 year ago

Thank you