Skip to content

An Arduino library to control the BMP280 pressure sensor. Based on SparkFun library for BME280

License

Notifications You must be signed in to change notification settings

zserg8/BMP280_Arduino_Library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bosch Sensortec BMP280 Arduino Library

Based on the code from Sparkfun BME280 Arduino library

This library allows the user to:

  • Read pressure in Pa
  • Read temperature in C
  • Read humidity in %RH

It also provides the following mathematical functions based from the above.

  • Read temperature in F
  • Read altitude in meters
  • Read altitude in feet

Some examples include a circular buffer class for averaging.

Repository Contents

  • /examples - Legacy example sketches for the original Sparkfun BME280 library.
  • /extras - Additional documentation for the user. These files are ignored by the IDE.
  • /src - Source files for the library (.cpp, .h).
  • keywords.txt - Keywords from this library that will be highlighted in the Arduino IDE.
  • library.properties - General library properties for the Arduino package manager.

Version History

License Information

Please review the LICENSE.md file for license information.

Distributed as-is; no warranty is given.

About

An Arduino library to control the BMP280 pressure sensor. Based on SparkFun library for BME280

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%