Car/Peripheral/Inc/bluetooth.h
2024-07-15 20:10:12 +08:00

9 lines
99 B
C

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