Car/Core/Inc/bluetooth.h

9 lines
99 B
C
Raw Normal View History

#ifndef __BLUETOOTH_H
#define __BLUETOOTH_H
#include "main.h"
void BLUETOOTH_Init(void);
#endif