sggt/App/BLE/ble.h

9 lines
144 B
C

#ifndef __BLE_H
#define __BLE_H
#include "usart.h"
#include "data_type_def.h"
void ble_send(UART_HandleTypeDef *huart, uint8_t *data);
#endif