rpi4-osdev/part7-bluetooth/bt.h

4 lines
88 B
C
Raw Normal View History

2020-07-23 19:37:48 +00:00
unsigned char bt_waitReadByte();
void bt_writeByte(unsigned char byte);
void bt_init();