StarTrackerHandler wip

This commit is contained in:
Jakob.Meier
2021-07-07 12:12:01 +02:00
parent ee87294740
commit ab15b1ed93
13 changed files with 433 additions and 9 deletions

View File

@ -14,6 +14,7 @@ enum: uint8_t {
PLOC_HANDLER = 111,
IMTQ_HANDLER = 112,
RW_HANDLER = 113,
STR_HANDLER = 114,
COMMON_SUBSYSTEM_ID_END
};
}