6 lines
74 B
C
6 lines
74 B
C
#pragma once
|
|
|
|
int serial_init();
|
|
void serial_tx(char);
|
|
char serial_rx();
|