BLE Transmitter not working

Fork of Dealer_23Feb by kumar singh

Revision:
16:7703b9d92326
Parent:
11:77e595130230
--- a/main.h	Sun Feb 12 18:38:39 2017 +0000
+++ b/main.h	Fri Feb 17 08:30:35 2017 +0000
@@ -1,5 +1,9 @@
 #define SET_BEACON_CMD0            0x01
 #define SET_BEACON_CMD1            0x01
+
+
 static void Process_Lora_Command_Received(uint8* Command_Received);
 
-static void Lora_Periodic_Packet_Sending();
\ No newline at end of file
+static void Lora_Periodic_Packet_Sending();
+void Send_RSSI_Request_Command(const char* Command_To_Send);
+void Get_Fixed_Beacon_RSSI(void);
\ No newline at end of file