AdvancedClimateSystems / uModbus

Python implementation of the Modbus protocol.
Mozilla Public License 2.0
211 stars 82 forks source link

Clean up Config class #30

Open OrangeTux opened 8 years ago

OrangeTux commented 8 years ago

The Config class is a bit verbose. It should only have the public attributes: TYPE_CHAR, SIGNED_VALUES and BIT_SIZE.