Skip to content

Provides an STM32 library for reading and interpreting BME280 data over I2C.

Notifications You must be signed in to change notification settings

haowoo0112/BME280-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

BME280-sensor

Introduction

can use this package in stm32

File information

  • BME280.hpp : This header file contains the declarations of the sensor driver APIs.
  • BME280.cpp : This source file contains the definitions of the sensor driver APIs.

Example

#include "BME280.hpp"

bme280_dev BME280;

BME280_init(&BME280);

BME280_read(&BME280);

About

Provides an STM32 library for reading and interpreting BME280 data over I2C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages