Skip to content

Commit

Permalink
Update timer pin mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Sep 10, 2024
1 parent adc9aad commit 2247811
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions configs/FLYWOOH743PRO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,19 @@
#define GYRO_2_CS_PIN PE11

#define TIMER_PIN_MAPPING \
TIMER_PIN_MAP( 0, PB0 , 2, 0) \
TIMER_PIN_MAP( 1, PB1 , 2, 1) \
TIMER_PIN_MAP( 2, PA0 , 2, 2) \
TIMER_PIN_MAP( 3, PA1 , 2, 3) \
TIMER_PIN_MAP( 4, PA2 , 2, 4) \
TIMER_PIN_MAP( 5, PA3 , 2, 5) \
TIMER_PIN_MAP( 6, PD12, 1, 6) \
TIMER_PIN_MAP( 7, PD13, 1, 7) \
TIMER_PIN_MAP( 0, MOTOR1_PIN , 2, 0) \
TIMER_PIN_MAP( 1, MOTOR2_PIN , 2, 1) \
TIMER_PIN_MAP( 2, MOTOR3_PIN , 2, 2) \
TIMER_PIN_MAP( 3, MOTOR4_PIN , 2, 3) \
TIMER_PIN_MAP( 4, MOTOR5_PIN , 2, 4) \
TIMER_PIN_MAP( 5, MOTOR6_PIN , 2, 5) \
TIMER_PIN_MAP( 6, MOTOR7_PIN, 1, 6) \
TIMER_PIN_MAP( 7, MOTOR8_PIN, 1, 7) \
TIMER_PIN_MAP( 8, PD14, 1, 12) \
TIMER_PIN_MAP( 9, PD15, 1, -1) \
TIMER_PIN_MAP(10, PE5 , 1, 0) \
TIMER_PIN_MAP(11, PE6 , 1, -1) \
TIMER_PIN_MAP(12, PA8 , 1, 14)
TIMER_PIN_MAP(10, SERVO1_PIN , 1, 0) \
TIMER_PIN_MAP(11, SERVO2_PIN , 1, -1) \
TIMER_PIN_MAP(12, LED_STRIP_PIN , 1, 14)

#define ADC1_DMA_OPT 8
#define ADC3_DMA_OPT 9
Expand Down

0 comments on commit 2247811

Please sign in to comment.