added more package pin comments
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
@ -33,17 +33,21 @@ static const char* const GPIO_RW_DEFAULT_CHIP = GPIO_FLEX_OBC1F_B0;
|
||||
static const char* const GPIO_RAD_SENSOR_CHIP = GPIO_FLEX_OBC1F_B0;
|
||||
|
||||
static constexpr uint32_t GPIO_RW_0_CS = 7; // B20
|
||||
static constexpr uint32_t GPIO_RW_1_CS = 3;
|
||||
static constexpr uint32_t GPIO_RW_2_CS = 11;
|
||||
static constexpr uint32_t GPIO_RW_3_CS = 6;
|
||||
static constexpr uint32_t GPIO_RW_1_CS = 3; // G22
|
||||
static constexpr uint32_t GPIO_RW_2_CS = 11; // E18
|
||||
static constexpr uint32_t GPIO_RW_3_CS = 6; // B19
|
||||
|
||||
static constexpr uint32_t GPIO_GYRO_1_L3G_CS = 18;
|
||||
static constexpr uint32_t GPIO_GYRO_3_L3G_CS = 1;
|
||||
static constexpr uint32_t GPIO_MGM_0_LIS3_CS = 5;
|
||||
static constexpr uint32_t GPIO_MGM_1_RM3100_CS = 16;
|
||||
static constexpr uint32_t GPIO_GYRO_1_L3G_CS = 18; // N22
|
||||
static constexpr uint32_t GPIO_GYRO_3_L3G_CS = 1; // M21
|
||||
static constexpr uint32_t GPIO_MGM_0_LIS3_CS = 5; // C18
|
||||
// MGM_2 is part of gpiochip6
|
||||
static constexpr uint32_t GPIO_MGM_1_RM3100_CS = 16; // A16
|
||||
static constexpr uint32_t GPIO_MGM_3_RM3100_CS = 10; // C17
|
||||
|
||||
static constexpr uint32_t GPIO_MGM_3_RM3100_CS = 10;
|
||||
// Active low reset pin
|
||||
// Active low enable pin (needs to be driven low for regular operations)
|
||||
static constexpr uint32_t GPIO_GYRO_0_ENABLE = 2; // H22
|
||||
|
||||
// Active low reset pin (needs to be driven high for regular operations)
|
||||
static constexpr uint32_t GPIO_RESET_GNSS_0 = 9; // C22
|
||||
static constexpr uint32_t GPIO_RESET_GNSS_1 = 12; // B21
|
||||
|
||||
|
Reference in New Issue
Block a user