Car/Peripheral/Inc/bluetooth.h

10 lines
142 B
C
Raw Permalink Normal View History

#ifndef __BLUETOOTH_H
#define __BLUETOOTH_H
#include "main.h"
void BLUETOOTH_Init(void);
2024-07-19 12:32:54 +08:00
void BLUETOOTH_Send(const char *str, ...);
#endif