Skip to content

V1.8.1 - The device reuse release

Compare
Choose a tag to compare
@electronicayciencia electronicayciencia released this 04 Nov 15:32
· 15 commits to master since this release

Misc:

  • New feature: Device instance catalog.
    Multiple EasyMCP2221.Device instances pointing to the same physical device can cause conflict.
    EasyMCP2221 keeps an internal catalog of devices initialized in the same program. It tries to detect when
    double initialization happens and return the same object to prevent conflicts.
  • Improved device selection flow.
  • Test for device selection and catalog.

I2C:

  • Added serial number to SMBus initialization parameters.

Documentation:

  • Examples with ADS1115 ADC.
  • Improved device selection flow explanation.
  • Add I2C expected performance table in limitations_bugs