We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4263675 commit b62bbfcCopy full SHA for b62bbfc
libraries/CurieImu/src/BMI160.h
@@ -292,6 +292,10 @@ THE SOFTWARE.
292
#define BMI160_ACCEL_RANGE_16G 0X0C
293
294
/* Accelerometer Output Data Rate Options */
295
+#define BMI160_ACCEL_RATE_25_32HZ 0x01
296
+#define BMI160_ACCEL_RATE_25_16HZ 0x02
297
+#define BMI160_ACCEL_RATE_25_8HZ 0x03
298
+#define BMI160_ACCEL_RATE_25_4HZ 0x04
299
#define BMI160_ACCEL_RATE_25_2HZ 0x05
300
#define BMI160_ACCEL_RATE_25HZ 0x06
301
#define BMI160_ACCEL_RATE_50HZ 0x07
0 commit comments