Dummy Lora Packet Sending

Fork of Dealer_18feb17 by kumar singh

Revision:
13:8955f2e95021
Parent:
12:6107b32b0729
Child:
14:144ed8b74713
diff -r 6107b32b0729 -r 8955f2e95021 Lora.h
--- a/Lora.h	Mon Jan 30 18:31:30 2017 +0000
+++ b/Lora.h	Sun Feb 12 02:57:25 2017 +0000
@@ -169,6 +169,7 @@
 void Send_Motion_Packet(void);
 void Send_CheckIN_Packet(void);
 void Send_HeartBeat_Packet(void);
+void Send_Vehicle_Status_Packet(void);
 extern uint8 Calculate_Lora_Frame_FCS(uint8* Packet_Data,uint8 Packet_Length);
 extern void Set_Up_Lora_Network_Configuration(void);
-extern void Get_Lora_Response(void);
\ No newline at end of file
+extern void Get_Lora_Response(void);