Update bmp280.h
This commit is contained in:
parent
b430bf86cb
commit
ab6f0d52eb
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ typedef enum {
|
|||
* Pressure oversampling settings
|
||||
*/
|
||||
typedef enum {
|
||||
BMP280_SKIPPED = 0, /* no measurement */
|
||||
BMP280_SKIPPED = 0, /* no measurement */
|
||||
BMP280_ULTRA_LOW_POWER = 1, /* oversampling x1 */
|
||||
BMP280_LOW_POWER = 2, /* oversampling x2 */
|
||||
BMP280_STANDARD = 3, /* oversampling x4 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue