-
Notifications
You must be signed in to change notification settings - Fork 128
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 TBS_LUCID_AIO #616
add TBS_LUCID_AIO #616
Conversation
Co-authored-by: Mark Haslinghuis <[email protected]>
#define I2C2_SCL_PIN PA0 | ||
#define I2C2_SDA_PIN PA1 | ||
|
||
#define LED0_PIN PC14 |
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.
PC14 should not be used to drive LEDs
#define ADC_VBAT_PIN PB0 | ||
#define ADC_CURR_PIN PB1 | ||
|
||
#define PINIO1_PIN NONE |
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.
Delete
TIMER_PIN_MAP(4, PA3, 1, 3) | ||
|
||
#define ADC1_DMA_OPT 11 | ||
#define SPI3_TX_DMA_OPT 5 |
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.
Unneeded, delete
originally created by @blckmn, no changes to the fc portion from the original sample.