Treehopper C++ API
Bmp280Registers.h File Reference

Go to the source code of this file.

Namespaces

 Treehopper
 
 Treehopper::Libraries
 
 Treehopper::Libraries::Sensors
 
 Treehopper::Libraries::Sensors::Pressure
 

Enumerations

enum  Oversamplings {
  Skipped = 0, Oversampling_x1 = 1, Oversampling_x2 = 2, Oversampling_x4 = 3,
  Oversampling_x8 = 4, Oversampling_x16 = 5
}
 
enum  Modes { Sleep = 0, Forced = 1, Normal = 3 }
 
enum  OversamplingPressures {
  Skipped = 0, Oversampling_x1 = 1, Oversampling_x2 = 2, Oversampling_x4 = 3,
  Oversampling_x8 = 4, Oversampling_x16 = 5
}
 
enum  OversamplingTemperatures {
  Skipped = 0, Oversampling_x1 = 1, Oversampling_x2 = 2, Oversampling_x4 = 3,
  Oversampling_x8 = 4, Oversampling_x16 = 5
}
 
enum  Filters {
  FilterOff = 0, Filter2 = 1, Filter4 = 2, Filter8 = 3,
  Filter16 = 4
}
 
enum  TStandbies {
  Ms_0_5 = 0, Ms_62_5 = 1, Ms_125 = 2, Ms_250 = 3,
  Ms_500 = 4, Ms_1000 = 5, Ms_10 = 6, Ms_20 = 7
}