Skip to content

Commit f20f27b

Browse files
committed
Replaces readRegister with readRegisterRegion
1 parent 26be7c5 commit f20f27b

File tree

3 files changed

+89
-248
lines changed

3 files changed

+89
-248
lines changed

src/SparkFun_KX13X_regs.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -774,12 +774,3 @@ typedef struct
774774
uint8_t SFE_KX13X_I2C_ERROR = 0x02
775775
} sfe_error_code_t;
776776

777-
#define SFE_HI_TILT_POSITION 0x01
778-
#define SFE_HI_WAKE_UP 0x02
779-
#define SFE_HI_TAP_DOUBLE_TAP 0x04
780-
#define SFE_HI_BACK_TO_SLEEP 0x08
781-
#define SFE_HI_DATA_READY 0x10
782-
#define SFE_HI_WATERMARK 0x20
783-
#define SFE_HI_BUFFER_FULL 0x40
784-
#define SFE_HI_FREEFALL 0x80
785-

0 commit comments

Comments
 (0)