Teensy 4.1 core updated for C++20
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
12345678910 |
- #include "HardwareSerial.h"
-
- #ifdef HAS_KINETISK_UART4
-
- HardwareSerial5 Serial5;
-
- void serialEvent5() __attribute__((weak));
- void serialEvent5() {}
-
- #endif
|