04-16-2021 02:21 PM
I am not able to find the following function Bodies in the libraries of BSEC. i have downloaded this from Bosch Github page. (BSEC_1.4.8.0_Generic_Release) Bsec_init() Bsec_update_subcription() Bsec_set_configuration() Bsec_sensor_control() Kindly support in finding the function bodies
04-16-2021 06:00 PM
Hello ShashH,
You can find below functions in bsec_integration.c.
bsec_iot_example.c is main example code and it uses bsec_integration.c file's functions.
Thanks,
04-19-2021 09:51 AM
Hello Sir,
But I coudnt find these functions
bsec_do_steps()
bsec_sensor_control()
bsec_update_subscription()
Only function declaration is there but there is no function definition. If you have the function kindly share the file or link
Thank you
04-19-2021 07:11 PM
Hello,
You can find the functions in bsec_integration.c.
Thanks,