add terminator helpers, add remote

This commit is contained in:
controllerzz
2025-12-24 19:27:14 +03:00
parent 8015b6b5f2
commit b91733c713
10 changed files with 597 additions and 5 deletions
+2
View File
@@ -3,6 +3,7 @@ from .messages import CanMessage, MessageDirection
from .exceptions import CarBusError, CommandError, SyncError
from .can_router import CanIdRouter, RoutedCarBusCanTransport
from .periodic import PeriodicCanSender, PeriodicJob
from .remote.client import open_remote_device
__all__ = [
"CarBusDevice",
@@ -15,4 +16,5 @@ __all__ = [
"RoutedCarBusCanTransport",
"PeriodicCanSender",
"PeriodicJob",
"open_remote_device",
]