mcci-catena / Modbus-for-Arduino

Modbus library for Arduino
GNU Lesser General Public License v2.1
6 stars 6 forks source link

Modbus symbols need to be namespaced #2

Closed terrillmoore closed 4 years ago

terrillmoore commented 6 years ago

The library puts too many names into the global namespace. Please declare an ArduinoModbus (or McciModbus) namespace (not just Modbus -- don't want to collide with any other implementations), and put everything inside. Requires reworking the examples.