mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-09 20:00:40 +00:00
4 lines
88 B
C
4 lines
88 B
C
|
unsigned char bt_waitReadByte();
|
||
|
void bt_writeByte(unsigned char byte);
|
||
|
void bt_init();
|