Skip to content

Commit

Permalink
Refactor UARTSwitchMatrix to extend abstract SwitchMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBraml committed Dec 10, 2023
1 parent ec4f26b commit 2a47178
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 252 deletions.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

207 changes: 0 additions & 207 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions py_instrument_control_lib/device_base/DeviceConfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ class SerialDeviceConfig(DeviceConfig):
interface: str
baud_rate: int = 9600
timeout: int = 2
number_of_connection_attempts: int = 3
Loading

0 comments on commit 2a47178

Please sign in to comment.