Started implementing message class, parsing rx and tx pgn list

This commit is contained in:
2026-02-21 08:45:39 +01:00
parent 1f5aac778c
commit 02f92bef2a
4 changed files with 231 additions and 7 deletions

View File

@@ -3,3 +3,4 @@ __version__ = "0.0.1"
from .device import Device
from .boatdata import BoatData
from .hbuffer import History, HistoryBuffer
from .message import Message