-
Notifications
You must be signed in to change notification settings - Fork 115
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
add CSKY AVEGA Lite config #213
base: master
Are you sure you want to change the base?
add CSKY AVEGA Lite config #213
Conversation
Before we can merge we need the firmware support |
@haslinghuis okay, i added entry to manufacturer.MD |
#define SERVO3_PIN PB3 | ||
#define SERVO4_PIN PB10 | ||
|
||
#define RX_PPM_PIN PB7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this really have a PPM input pin broken out?
#define SERVO4_PIN PB10 | ||
|
||
#define RX_PPM_PIN PB7 | ||
//#define LED_STRIP_PIN PC9 TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no LED_STRIP pin?
This is a new flight controller from the CLEAR SKY company based on the STM32F427ZGT6 microcontroller. Merge request for STM32F427 support here: betaflight/betaflight#13161