Skip to content

Commit

Permalink
Add RX_PPM_PIN
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Dec 9, 2024
1 parent 5d5e6ef commit 47630a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/BOTWINGF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@
#define UART2_TX_PIN PA2
#define UART2_RX_PIN PA3

#define RX_PPM_PIN PA3

#define UART4_RX_PIN PA1

#define UART6_TX_PIN PC6
Expand All @@ -135,3 +137,4 @@
TIMER_PIN_MAP(6, MOTOR6_PIN, 2, 0) \
TIMER_PIN_MAP(7, MOTOR7_PIN, 1, 0) \
TIMER_PIN_MAP(8, MOTOR8_PIN, 1, 0)
TIMER_PIN_MAP(9, RX_PPM_PIN, 3, -1)

0 comments on commit 47630a3

Please sign in to comment.