add CanTiming

This commit is contained in:
controllerzz
2025-12-12 18:59:57 +03:00
parent 0a592db55e
commit 010b2cc1a2
5 changed files with 77 additions and 33 deletions

View File

@@ -1,5 +1,7 @@
from .carbus_iface import CarBusCanTransport
from .transport import IsoTpChannel
__all__ = [
"CarBusCanTransport",
"IsoTpChannel",
]