Added more enums handling UART/USART functionality
This commit is contained in:
20
SHAL/Include/Peripheral/GPIO/UART/SHAL_UART.h
Normal file
20
SHAL/Include/Peripheral/GPIO/UART/SHAL_UART.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// Created by Luca on 9/6/2025.
|
||||
//
|
||||
|
||||
#ifndef SHMINGO_HAL_SHAL_UART_H
|
||||
#define SHMINGO_HAL_SHAL_UART_H
|
||||
|
||||
#include "SHAL_GPIO_REG.h"
|
||||
|
||||
class UART{
|
||||
|
||||
public:
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif //SHMINGO_HAL_SHAL_UART_H
|
||||
Reference in New Issue
Block a user