Files
Shmingo-HAL/SHAL/Src/Peripheral/UART/SHAL_UART.cpp
2025-09-07 01:57:22 -07:00

14 lines
337 B
C++

/**
******************************************************************************
* @file SHAL_TIM.h
* @author Luca Lizaranzu
* @brief Related to USART and UART abstractions
******************************************************************************
*/
#include "SHAL_UART.h"
UART::UART(const UART_Pair pair){
}