update 0.1.9

This commit is contained in:
controllerzz
2026-06-17 20:44:18 +03:00
parent 32163c0001
commit 99451aceb8
12 changed files with 814 additions and 275 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
from .device import CarBusDevice
from .device import CarBusDevice, CanTiming
from .messages import CanMessage, MessageDirection
from .exceptions import CarBusError, CommandError, SyncError
from .can_router import CanIdRouter, RoutedCarBusCanTransport
@@ -7,6 +7,7 @@ from .remote.client import open_remote_device
__all__ = [
"CarBusDevice",
"CanTiming",
"CanMessage",
"MessageDirection",
"CarBusError",