14 lines
337 B
C++
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){
|
|
|
|
} |