#ifndef __BLUETOOTH_H #define __BLUETOOTH_H #include "main.h" void BLUETOOTH_Init(void); void BLUETOOTH_Send(const char *str, ...); #endif