Skip to content

Cleanup and PEC support

Choose a tag to compare

@kplindegaard kplindegaard released this 05 Dec 17:53
013db7b

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.md and LICENSE added to dist package.

Cleanup - discarded code

As of this version the SMBusWrapper class is removed and must be replaced with SMBus: