added gyros hk handling

This commit is contained in:
2022-05-19 13:58:43 +02:00
parent fcb5e9b48c
commit 730acf5ebe
5 changed files with 103 additions and 17 deletions

9
pus_tc/devs/mgms.py Normal file
View File

@ -0,0 +1,9 @@
import enum
class MgmLis3SetIds(enum.IntEnum):
CORE_HK = 0
class MgmRm3100SetIds(enum.IntEnum):
CORE_HK = 0