21 lines
203 B
C++
21 lines
203 B
C++
//
|
|
// 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
|