convert usart.c to cpp class
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user