Car/Peripheral/Inc/bluetooth.h
2024-07-19 12:32:54 +08:00

10 lines
142 B
C

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