Skip to content

Update FLYWOOF405S_AIO #721

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
Open
Changes from all commits
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
16 changes: 4 additions & 12 deletions configs/FLYWOOF405S_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
#define MOTOR2_PIN PB1
#define MOTOR3_PIN PA3
#define MOTOR4_PIN PA2
#define MOTOR5_PIN PB5
#define MOTOR6_PIN PB7
#define MOTOR7_PIN PC9
#define MOTOR8_PIN PC8
#define RX_PPM_PIN PB8
#define LED_STRIP_PIN PA9
#define UART1_TX_PIN PB6
Expand All @@ -72,6 +68,7 @@
#define SPI1_SDO_PIN PA7
#define SPI3_SDO_PIN PC12
#define ESCSERIAL_PIN PB8
#define PINIO1_PIN PC8
#define ADC_VBAT_PIN PC3
#define ADC_RSSI_PIN PC0
#define ADC_CURR_PIN PC2
Expand All @@ -86,13 +83,7 @@
TIMER_PIN_MAP( 1, PB1 , 2, 0) \
TIMER_PIN_MAP( 2, PA3 , 1, 1) \
TIMER_PIN_MAP( 3, PA2 , 1, 0) \
TIMER_PIN_MAP( 4, PB5 , 1, 0) \
TIMER_PIN_MAP( 5, PB7 , 1, 0) \
TIMER_PIN_MAP( 6, PC9 , 2, 0) \
TIMER_PIN_MAP( 7, PC8 , 2, 0) \
TIMER_PIN_MAP( 8, PA9 , 1, 0)


TIMER_PIN_MAP( 4, PA9 , 1, 0)

#define ADC1_DMA_OPT 0
#define MAG_I2C_INSTANCE I2CDEV_1
Expand All @@ -102,8 +93,9 @@
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
#define DEFAULT_CURRENT_METER_SCALE 170
#define BEEPER_INVERTED
#define PINIO1_BOX 40
#define PINIO1_CONFIG 129
#define MAX7456_SPI_INSTANCE SPI3
#define DASHBOARD_I2C_INSTANCE I2CDEV_1
#define FLASH_SPI_INSTANCE SPI3
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
Expand Down