Skip to content

v0.6.3

Compare
Choose a tag to compare
@yomach yomach released this 24 Jan 13:20
· 233 commits to main since this release
ff53e6b

Added

  • ManualOutputControl - An option to open up the ManualOutputControl without a configuration file. Using ManualOutputControl.ports().
  • ManualOutputControl - Added a readme file to explain how to use.
  • ManualOutputControl - Added various validations and exceptions when illegal operations are performed.
  • ManualOutputControl - Added print_analog_status() and print_digital_status() to print the current status.

Changed

  • ManualOutputControl - analog_status() and digital_status() now return a dict containing the information.