添加串口操作类

This commit is contained in:
2025-05-06 22:34:51 +08:00
parent 23c70f1c39
commit 3a495e06ca
18 changed files with 22698 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
#include "serial_port.hpp"
extern "C" void HAL_UART_TxCpltCallback([[maybe_unused]] UART_HandleTypeDef* huart) {
SerialPort::isTransmitting = false;
}