this is hardcore

This commit is contained in:
2023-11-22 10:51:26 +01:00
parent b3920524ab
commit ba24faefa9
5 changed files with 31 additions and 19 deletions

View File

@ -2,9 +2,10 @@
"""
import logging
from typing import cast
from build.lib.build.lib.eive_tmtc.tmtc.acs.acs_ctrl import pack_acs_ctrl_command
from eive_tmtc.tmtc.acs.gyros import handle_gyr_cmd
from eive_tmtc.tmtc.acs.acs_ctrl import pack_acs_ctrl_command
from eive_tmtc.tmtc.acs.mgms import handle_mgm_cmd
from eive_tmtc.tmtc.power.power import pack_power_commands
from eive_tmtc.tmtc.tcs.ctrl import pack_tcs_ctrl_commands