Added more enums handling UART/USART functionality

This commit is contained in:
2025-09-06 20:55:25 -07:00
parent d763965cb8
commit a0ef9c8b32
6 changed files with 124 additions and 37 deletions

View 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