Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
16156be5a740f7b4a075d9f15363b4fef9834043
/
.
/
include
/
kernel
/
serial.h
blob: 7e391dbef8a7905ab184f6862dbda1cc2d7e1dcb [
file
] [
log
] [
blame
]
swissChili
56cf817
2022-07-30 18:47:48 -0700
[
diff
] [
blame
]
1
#pragma
once
2
3
/**
4
* Initialize the default serial device.
5
*/
6
void
init_serial
();
7
void
serial_put
(
char
byte
);
8
void
serial_write
(
char
*
string
);