Skip to main content

Improvements

Remove LabJack Pin Conflict Restrictions

  • Removed SPI/GPIO and I2C/GPIO pin conflict restrictions from lager nets add, lager nets add-all, and the interactive TUI
  • Users can now freely create SPI, I2C, and GPIO nets on the same LabJack T7 FIO pins without warnings, prompts, or blocking validation
  • The LabJack T7 configures pins dynamically at transaction time, so multiple net types on the same physical pins work correctly (e.g., SPI on FIO0-FIO3 alongside GPIO on FIO0)
  • lager nets add-all no longer prompts “Choose [spi, gpio]” or “Choose [i2c, gpio]” and creates all net types automatically
  • The TUI Add Nets screen no longer shows yellow pin conflict warnings

Installation

To install this version:
pip install lager-cli==0.3.22
To upgrade from a previous version:
pip install --upgrade lager-cli

Resources

View Release on PyPI