--- reduce sleep time for RSS scan
This commit is contained in:
parent
1c82221611
commit
ba41fdbc61
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>STS_O7</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
|
@ -544,9 +544,10 @@ int sts_presence_rss_fall_rise_detection(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
// ~12 ms per RSS scan
|
||||||
acc_integration_sleep_ms(1000 / DEFAULT_UPDATE_RATE_PRESENCE); // 15 ms, DEFAULT_UPDATE_RATE);
|
// acc_integration_sleep_ms(1000 / DEFAULT_UPDATE_RATE_PRESENCE); // 15 ms, DEFAULT_UPDATE_RATE);
|
||||||
//acc_integration_sleep_ms(1);
|
//acc_integration_sleep_ms(10); --- around 1500 ms in total
|
||||||
|
acc_integration_sleep_ms(2); //--- around 1000ms in total
|
||||||
}
|
}
|
||||||
deactivated = acc_detector_presence_deactivate(handle);
|
deactivated = acc_detector_presence_deactivate(handle);
|
||||||
acc_detector_presence_destroy(&handle);
|
acc_detector_presence_destroy(&handle);
|
||||||
|
|
Loading…
Reference in New Issue