Skip to content

add GEPRC_TAKER_F405AIO #748

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

YI-BOYANG
Copy link
Contributor

@YI-BOYANG YI-BOYANG commented Apr 10, 2025

No description provided.

Comment on lines +62 to +63
#define LED0_PIN PC14
#define LED1_PIN PC15
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIMER_PIN_MAP( 1, PA8 , 1, 1) \
TIMER_PIN_MAP( 2, PA9 , 1, 1) \
TIMER_PIN_MAP( 3, PA10, 1, 1) \
TIMER_PIN_MAP( 4, PC8 , 2, 1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing timer, dma for LED_STRIP_PIN (PB1)

Comment on lines +94 to +95
#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE I2CDEV_1
#define MAG_I2C_INSTANCE I2CDEV_1

#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 2700

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole file has one space in front of every line after license.

Suggested change

#define FLASH_SPI_INSTANCE SPI3
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 2700
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only GYRO_[12]_ALIGN CUSTOM uses RPY related defines

Suggested change
#define GYRO_1_ALIGN_YAW 2700

Comment on lines +40 to +43
#define MOTOR1_PIN PA8
#define MOTOR2_PIN PA9
#define MOTOR3_PIN PA10
#define MOTOR4_PIN PC8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants