Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/hv_controller_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ high-voltage console device over UART using the `LIFUUart` interface.
## Initialization

```python
from openlifu.io.LIFUHVController import HVController
from openlifu.io.LIFUUart import LIFUUart
from openlifu_sdk.io.LIFUHVController import HVController
from openlifu_sdk.io.LIFUUart import LIFUUart

interface = LIFUInterface(TX_test_mode=False)
tx_connected, hv_connected = interface.is_device_connected()
Expand Down
4 changes: 2 additions & 2 deletions docs/tx_device_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ backend.
## Initialization

```python
from openlifu.io.LIFUTXDevice import TxDevice
from openlifu.io.LIFUInterface import LIFUInterface
from openlifu_sdk.io.LIFUTXDevice import TxDevice
from openlifu_sdk.io.LIFUInterface import LIFUInterface

interface = LIFUInterface(TX_test_mode=False)
tx_connected, hv_connected = interface.is_device_connected()
Expand Down
249 changes: 0 additions & 249 deletions examples/legacy/LIFUTestWidget.py

This file was deleted.

Loading
Loading