eive-tmtc/eive_tmtc/pus_tc/devs/gyros.py

11 lines
132 B
Python
Raw Normal View History

2022-05-19 13:58:43 +02:00
import enum
2023-01-16 14:13:06 +01:00
class AdisGyroSetId(enum.IntEnum):
2022-05-19 13:58:43 +02:00
CORE_HK = 0
CFG_HK = 1
2023-01-16 14:13:06 +01:00
class L3gGyroSetId(enum.IntEnum):
2022-05-19 13:58:43 +02:00
CORE_HK = 0