mirror of
https://github.com/WeActStudio/ArduinoCore-AT32F4.git
synced 2026-05-21 09:22:01 +00:00
@@ -134,4 +134,14 @@ extern HardwareSerial Serial4;
|
|||||||
extern HardwareSerial Serial5;
|
extern HardwareSerial Serial5;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if SERIAL_6_ENABLE
|
||||||
|
extern HardwareSerial Serial6;
|
||||||
|
#endif
|
||||||
|
#if SERIAL_7_ENABLE
|
||||||
|
extern HardwareSerial Serial7;
|
||||||
|
#endif
|
||||||
|
#if SERIAL_8_ENABLE
|
||||||
|
extern HardwareSerial Serial8;
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user