Cleanup and PEC support
Changes
- Support for SMBus PEC (Packet Error Checking).
- Support for Python 3 type hinting and mypy static type analysis. Type stubs added to the project.
- Cleaner docs:
- Removed redundant
README.rst. README.md,CHANGELOG.mdandLICENSEadded to dist package.
- Removed redundant
Cleanup - discarded code
As of this version the SMBusWrapper class is removed and must be replaced with SMBus: