Update bmp280.h

This commit is contained in:
Zaltora 2016-09-15 10:47:03 +02:00 committed by GitHub
parent b430bf86cb
commit ab6f0d52eb

View file

@ -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 */