Protocol_User.h 459 Bytes
Newer Older
1 2 3 4 5 6
#ifndef PROTOCOL_USER_H
#define PROTOCOL_USER_H

#include "Protocol_Lib.h"


7 8 9 10 11 12 13
#define BLE_START_STA        0x10
#define MCU_REPLY            0x20
#define BLE_NAVIGATION       0x01
#define BLE_WEATHER          0x02
#define BLE_LOCATION         0x03
#define BLE_STA              0x12
#define MCU_TO_BLE_INFO      0x21
14 15 16 17 18 19 20


void Protocol_KL30_Wakeup_Init(void);
void Protocol_Send_Service(void);    // 10ms任务调用
void UART_Put(Protocol_uint16_t Data);

#endif