Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 21:30

Changed

  • Breaking: Do not autoconnect on SerialHandler zero-arg instantiation (2ae3f09) (Alexander Bessman)
  • Breaking: Deprecate serial_handler in favor of connection (0605386) (Alexander Bessman)
  • Breaking: Move SerialHandler to connection (2ae3f09) (Alexander Bessman)
  • Breaking: Move detect to connection (2ae3f09) (Alexander Bessman)
  • Breaking: Make check_serial_access_permission private (2ae3f09) (Alexander Bessman)
  • Breaking: Move ADCBufferMixin to instrument.buffer (2ae3f09) (Alexander Bessman)

Added

  • Add common connection module for different control interfaces (2ae3f09) (Alexander Bessman)
  • Add WLANHandler class for controlling the PSLab over WLAN (f595d01) (Alexander Bessman)
  • Add ConnectionHandler base class for SerialHandler and WLANHandler (2ae3f09) (Alexander Bessman)
  • Add connection.autoconnect function (2ae3f09) (Alexander Bessman)
  • Add instrument.buffer module (2ae3f09) (Alexander Bessman)

Removed

  • Breaking: Remove SerialHandler.wait_for_data (2ae3f09) (Alexander Bessman)

Fixed

  • Fix SPI configuration sending one byte too few (bd11b73) (Alexander Bessman)