v0.1.5 add periodic messages

This commit is contained in:
controllerzz
2025-12-16 20:14:43 +03:00
parent e3ca999777
commit 8015b6b5f2
7 changed files with 234 additions and 11 deletions
-3
View File
@@ -1,10 +1,7 @@
import asyncio
from carbus_async import CarBusDevice, CanMessage
from isotp_async import open_isotp
from uds_async import UdsClient
import signal
import logging
async def wait_forever() -> None: