for testing

Dependencies:   mbed

Revision:
2:9b4647a9558c
Parent:
0:a93f830eae68
diff -r 24f2092e3add -r 9b4647a9558c beacon.h
--- a/beacon.h	Tue Oct 27 17:39:35 2015 +0000
+++ b/beacon.h	Wed Oct 28 13:31:18 2015 +0000
@@ -15,19 +15,10 @@
 //#define RF_SILENCE_TIME 35*60
 #define RF_SILENCE_TIME 5 //changed for testing
 
-//GLOBAL VARIABLES
-uint8_t BCN_INIT_STATUS = 0;
-uint8_t BCN_TX_MAIN_STATUS = 0;
-uint8_t BCN_TX_STATUS = 0;
-uint8_t BCN_TX_EN = 1;              //hardcoding for now    //check where is this variable toggled??
-uint8_t BCN_FEN = 0;                //write this to non-erasable memory.
-uint8_t BCN_STANDBY = 0;            //hardcoding for now    //check where is this variable toggled??
-uint8_t BCN_TS_BUFFER = 0;              // For Temperature 
-
 //FUNCTION PROTOTYPING
-void P_BCN_INIT();
-void P_BCN_FEN();
-void P_BCN_TX_MAIN();
+void FCTN_BCN_INIT();
+void FCTN_BCN_FEN();
+void FCTN_BCN_TX_MAIN();
 void Set_BCN_TX_STATUS(uint8_t);
 uint8_t check_Temperature();
 void SHORT_BCN_TX();