Update diagnostics/hub_diagnostics.py

This commit is contained in:
2026-02-13 13:21:49 +00:00
parent 8c39974c5a
commit 9a192d8eb8

View File

@@ -1,7 +1,7 @@
from pybricks.tools import wait, StopWatch
from pybricks import version
import OtherFunctions as debug
from MicroPythonDiagnostics import MicroPythonDiagnostics
import other_functions as debug
from micropython_diagnostics import MicroPythonDiagnostics
from pybricks.parameters import Port
class HubDiagnostics:
def __init__(self, hub):