Skip to content

Latest commit

 

History

History
78 lines (38 loc) · 3.75 KB

File metadata and controls

78 lines (38 loc) · 3.75 KB

Changelog

0.3.0 (2024-08-25)

Features

  • cleanup interface and leverage inheritance (#51) (5ae941d)

0.2.2 (2024-08-14)

Bug Fixes

  • fix error handling conditions for pin 6 configuration (f525e67)
  • fix issues identified by newly added unit tests (95b8e98)
  • fix typo in variable name (6501778)
  • improve code quality and fix identified bugs (c713556)
  • improve code quality and fix identified bugs (#47) (c713556)

0.2.1 (2024-07-20)

Bug Fixes

  • fix 'configure_pin_six_as_alert()' and provide unit tests (#23) (be53285)

0.2.0 (2024-07-20)

Features

  • convert to namespace package 'feeph.emc2101' (8ad809b)
  • use combined reads and writes (ea36005)

Bug Fixes

  • export symbol 'ExternalSensorStatus' (b21030f)

Documentation

0.1.3 (2024-06-26)

Bug Fixes

IDE Integration

  • provide a devcontainer configuration (#16) (70b4af7c)

0.1.2 (2024-06-21)

Bug Fixes

  • use correct value to determine if lookup table is enabled (3901d29)

0.1.1 (2024-06-13)

Bug Fixes

  • update file permissions 'emc2101_core.py' (6cf74a1)

0.1.0 (2024-06-11)

Features

  • add ToDo list to repo (a5f4b0a)
  • commit initial version of i2c.emc2101 (059d22e)