rpi4-osdev/part7-bluetooth/bt.h
2020-07-23 20:37:48 +01:00

3 lines
88 B
C

unsigned char bt_waitReadByte();
void bt_writeByte(unsigned char byte);
void bt_init();