1. Sun sensors added but can be disabled with preprocessor defines 2. GPS Handler
This commit is contained in:
@ -35,6 +35,7 @@ static constexpr uint32_t RTD_SPEED = 2000000;
|
||||
|
||||
namespace uart {
|
||||
|
||||
static constexpr size_t HYPERION_GPS_REPLY_MAX_BUFFER = 1024;
|
||||
static constexpr uint32_t PLOC_MPSOC_BAUD = 115200;
|
||||
static constexpr uint32_t PLOC_SUPERVISOR_BAUD = 115200;
|
||||
static constexpr uint32_t STAR_TRACKER_BAUD = 115200;
|
||||
|
Reference in New Issue
Block a user