diff --git a/Bluetooth.h b/Bluetooth.h new file mode 100644 index 0000000..d28b6c9 --- /dev/null +++ b/Bluetooth.h @@ -0,0 +1,5 @@ +bool bt_ready = false; +bool bt_init() { + bt_state = BT_STATE_OFF; + return true; +} \ No newline at end of file