refactored
This commit is contained in:
@@ -2,6 +2,9 @@ import struct
|
||||
from ubx.messages.msg import UbxMsg
|
||||
|
||||
class RawX(UbxMsg):
|
||||
def __init__(self):
|
||||
UbxMsg.__init__(self, 0x02, 0x15)
|
||||
|
||||
class Group1:
|
||||
@classmethod
|
||||
def from_bytes(cls, data: bytes):
|
||||
|
||||
Reference in New Issue
Block a user