rad sensor HK parsing

This commit is contained in:
2022-05-23 15:49:21 +02:00
parent 314071de1c
commit 2506d911de
2 changed files with 24 additions and 1 deletions

View File

@ -14,6 +14,10 @@ from spacepackets.ecss.tc import PusTelecommand
from pus_tc.service_200_mode import pack_mode_data, Modes
class SetIds:
HK = 3
class CommandIds:
START_CONVERSIONS = 2
READ_CONVERSIONS = 3