Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 1022 Bytes

CHANGELOG.md

File metadata and controls

74 lines (48 loc) · 1022 Bytes

1.0.0

  • Refactor to gpiod/gpiodevice.
  • Repackage to hatch/pyproject.toml.

0.4.1

  • Update for SN3218 v2.0.0

0.4.0

  • Switch to ADS1X15 library

0.3.0

  • Switch to setup.cfg
  • Switch to markdown based README
  • Support for ADS1115 board variant

0.2.3

  • 0.2.2 + bump for newer examples

0.2.2

  • Had ST7789 on the brain, swapped for ST7735

0.2.1

  • Add dependency on ST7789 for AMH

0.2.0

  • Fix: Fix thread interleaving and race conditions leading to spurious ADC readings
  • Fix: Switch to non-deprecated alias of thread.isAlive

0.1.0

  • Fix: Defer setup to avoid import side effects
  • Fix: Slowed LED update rate
  • Improvement: Switched to warnings to notify about unsupported features on pHAT

0.0.4

  • Fix for HAT/pHAT detection

0.0.3

  • Fix for Python 3 support

0.0.2

  • Added pHAT support
  • Rounded ADC output to 2 decimal places
  • Set initial state for outputs and fixed toggling
  • Fixed light toggling

0.0.1

  • Initial Release