Added bluetooth driver placeholder

This commit is contained in:
Mark Qvist 2022-10-29 00:51:17 +02:00
parent ef771bba36
commit 00a05f0b10

5
Bluetooth.h Normal file
View File

@ -0,0 +1,5 @@
bool bt_ready = false;
bool bt_init() {
bt_state = BT_STATE_OFF;
return true;
}