I am currently working on a personal project where I want to use the BME680 for environmental sensing. I have a main program running on a Renesas DA14531mod and developing in the ARM Keil environment. As I'm a student and not that familiar with how to use precompiled libraries, I would like some help. I have the BSEC library and BME680 driver but don't know which files to include. I would like to measure temp, pressure, humidity, and air quality. I've been looking at the bsec_iot_example. When I include all the files for this example into my project, it won't compile as there is no bsec_interface.c file. I guess this is where the precompiled files come into play, but I don't understand how they should be used.
... View more