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