Added software timers
Accessory state machine framework functional
This commit is contained in:
@@ -29,7 +29,6 @@ extern uint8_t Taps_Flag;
|
||||
extern uint32_t new_freq;
|
||||
extern uint8_t frequency,Cur_Mode,LD_Flag;
|
||||
extern uint8_t Dds_Pot_Val[2];
|
||||
extern uint16_t Sys_Chk_tmr;
|
||||
|
||||
uint8_t Tx_mode, frq_chg_tmr,old_freq;
|
||||
FREQDATA_t freq;
|
||||
@@ -941,7 +940,8 @@ uint8_t count;
|
||||
{
|
||||
frequency = Next_Frequency(frequency); // increment the frequency
|
||||
new_freq = freqArray[frequency].frequency1;
|
||||
Sys_Chk_tmr= DELAY_500MS; // Allow system settling before checking measurements
|
||||
//Sys_Chk_tmr= DELAY_500MS; // Allow system settling before checking measurements
|
||||
|
||||
// catch_up_flag = true;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user