convert usart.c to cpp class

This commit is contained in:
2024-12-16 11:36:03 +01:00
parent e27ae40884
commit 7b7e783d68
8 changed files with 55 additions and 153 deletions

View File

@@ -20,6 +20,7 @@ class Usart {
~Usart() = default;
bool init();
void deinit();
void print(const std::string_view str);
void println(const std::string_view str);