We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd6cd4 commit 397220fCopy full SHA for 397220f
variants/STM32L4xx/L4R5Z(G-I)Y_L4R9Z(G-I)Y_L4S5ZIY_L4S9ZIY/variant_SWAN_R5.h
@@ -222,6 +222,16 @@
222
#define TIMER_SERVO TIM7
223
#endif
224
225
+// Pin used for Virtual COM Port
226
+// Note that a developer would add this to their Arduino project:
227
+// HardwareSerial SerialVCP(PIN_SERIAL_VCP_RX, PIN_SERIAL_VCP_TX);
228
+#ifndef PIN_SERIAL_VCP_RX
229
+ #define PIN_SERIAL_VCP_RX PG8
230
+#endif
231
+#ifndef PIN_SERIAL_VCP_TX
232
+ #define PIN_SERIAL_VCP_TX PG7
233
234
+
235
// UART Definitions
236
#ifndef SERIAL_UART_INSTANCE
237
#define SERIAL_UART_INSTANCE 1
0 commit comments