This repository provides a C library for the Bosch BME280 sensor. It is aimed at STM32 microcontrollers using the SPI bus.
- Adapted from the I2C BME280 library provided by Controllerstech (Source: https://controllerstech.com/interface-bme280-with-stm32/).
- Place the
.hheader file into your project'sIncfolder. - Place the
.csource file into your project'sSrcfolder.