uart #5

Merged
stud126186 merged 4 commits from uart into hdlc-interface 2023-06-25 13:10:46 +00:00
Showing only changes of commit bfd1776bba - Show all commits

2
main.c
View File

@ -8,7 +8,7 @@
int main(void)
{
//example
uint8_t data = 'A';
uart_init(9600,0);