BLE Transmitter not working

Fork of Dealer_23Feb by kumar singh

Committer:
NarendraSingh
Date:
Fri Jan 27 18:30:02 2017 +0000
Revision:
11:77e595130230
Child:
16:7703b9d92326
Before implementing queue;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
NarendraSingh 11:77e595130230 1 #define SET_BEACON_CMD0 0x01
NarendraSingh 11:77e595130230 2 #define SET_BEACON_CMD1 0x01
NarendraSingh 11:77e595130230 3 static void Process_Lora_Command_Received(uint8* Command_Received);
NarendraSingh 11:77e595130230 4
NarendraSingh 11:77e595130230 5 static void Lora_Periodic_Packet_Sending();