6 lines
88 B
C
6 lines
88 B
C
|
#pragma once
|
||
|
|
||
|
void serial_init(void);
|
||
|
int serial_get(void);
|
||
|
void serial_put(int value);
|