4 lines
65 B
C
4 lines
65 B
C
|
#pragma once
|
||
|
|
||
|
void uart_init();
|
||
|
void uart_print(const char* str);
|