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

@ -73,10 +73,12 @@ enum commonObjects: uint32_t {
GPS0_HANDLER = 0x44130045,
GPS1_HANDLER = 0x44130146,
RW1 = 0x44210001,
RW2 = 0x44210002,
RW3 = 0x44210003,
RW4 = 0x44210004
RW1 = 0x44120001,
RW2 = 0x44120002,
RW3 = 0x44120003,
RW4 = 0x44120004,
START_TRACKER = 0x44130001
};
}