2017-07-13 02:03 PM
I just downloaded the new STM32CubeFunctionPack_MOTENV1_V3.0.0 and going through what motion sensor library could do all at once.
As I walk through the code in MEMSCallback(), all the W2ST_CHECK_HW_FEATURE checking is using 'if' and not 'else if'..... So is that meant all features can be detected all at once ?
For instance, can W2ST_HWF_FREE_FALL and W2ST_HWF_PEDOMETER be enabled at the same time ?? and get correct status ?
Most specific to page 20 on 'en.FP-SNS-MOTENV1_quick_start_guide', it shows all individual Motion features.
However, Mobile Apps would only able to show status one at a time. Does, features actually running in parallel at firmware background ?
Any doc list out how Application was implemented ?