Skip to content

Commit

Permalink
Merge "Remove oversampling values over 1x"
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkoren authored and Gerrit Code Review committed Dec 9, 2016
2 parents ec841d0 + 6fa8059 commit e90c775
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ public class Bmx280 implements AutoCloseable {
public @interface Oversampling {}
public static final int OVERSAMPLING_SKIPPED = 0;
public static final int OVERSAMPLING_1X = 1;
public static final int OVERSAMPLING_2X = 2;
public static final int OVERSAMPLING_4X = 3;
public static final int OVERSAMPLING_8X = 4;
public static final int OVERSAMPLING_16X = 5;

// Registers
private static final int BMP280_REG_TEMP_CALIB_1 = 0x88;
Expand Down

0 comments on commit e90c775

Please sign in to comment.