boschsensortec / BME68x_SensorAPI

Common Sensor API for the BME680 and BME688 sensors
BSD 3-Clause "New" or "Revised" License
215 stars 71 forks source link

Common.c file for nRF52832 #15

Open AndreaRossi98 opened 2 years ago

AndreaRossi98 commented 2 years ago

Hi, I'm using BME68x sensor for a project, but I have some problems with the common.c file. I want to adapt for nRF5282 using I2C communication. Is there someone that has already done that and would like to share the file, please? Thanks

BST-Github-Admin commented 2 years ago

@AndreaRossi98 , if you download and install COINES, in the installed folder under coines-api/mcu_app30 you can find the implementations for the nRF52840. Hope that helps.