Skip to content
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

Update MLTYPHF4/config.h with spi vtx RTC6705 support #512

Merged
merged 2 commits into from
Aug 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions configs/MLTYPHF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_MAX7456
#define USE_VTX_RTC6705_SOFTSPI

#define BEEPER_PIN PB4
#define MOTOR1_PIN PB5
Expand Down Expand Up @@ -67,6 +68,10 @@
#define VTX_CS_PIN PC7
#define VTX_DATA_PIN PC6
#define VTX_CLK_PIN PC2
#define RTC6705_SPI_SDO_PIN PC6
#define RTC6705_SPICLK_PIN PC2
#define RTC6705_CS_PIN PC7

haslinghuis marked this conversation as resolved.
Show resolved Hide resolved

#define TIMER_PIN_MAPPING \
TIMER_PIN_MAP( 0, PB5 , 1, 0) \
Expand Down