We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc2ff4 commit 5bd6742Copy full SHA for 5bd6742
configs/AIKONF4V3/config.h
@@ -42,7 +42,7 @@
42
#define MOTOR2_PIN PC7
43
#define MOTOR3_PIN PC8
44
#define MOTOR4_PIN PC9
45
-#define RX_PPM_PIN PB6
+#define LED_STRIP_PIN PB6
46
#define SERVO1_PIN PB0
47
#define SERVO2_PIN PB1
48
#define UART1_TX_PIN PA9
@@ -81,7 +81,7 @@
81
TIMER_PIN_MAP( 1, PC7 , 2, 1) \
82
TIMER_PIN_MAP( 2, PC8 , 2, 1) \
83
TIMER_PIN_MAP( 3, PC9 , 2, 0) \
84
- TIMER_PIN_MAP( 4, PB6 , 1, -1) \
+ TIMER_PIN_MAP( 4, PB6 , 1, 0) \
85
TIMER_PIN_MAP( 5, PB0 , 2, -1) \
86
TIMER_PIN_MAP( 6, PB1 , 2, -1)
87
0 commit comments