aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/Bma421_C/bma423.h
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-06-19 20:27:59 +0200
committerGitHub <noreply@github.com>2021-06-19 20:27:59 +0200
commitc6dca25b9fa30af989baf748f6c32b38eaa95bac (patch)
tree587308fdb9d1bfd7e19a6232316891f196163413 /src/drivers/Bma421_C/bma423.h
parente90e8c7426f9a44e696b208a5b393a60476a3d43 (diff)
Add support for BMA425 acceleration sensor. (#440)
* Add support for BMA425 acceleration sensor.
Diffstat (limited to 'src/drivers/Bma421_C/bma423.h')
-rw-r--r--src/drivers/Bma421_C/bma423.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Bma421_C/bma423.h b/src/drivers/Bma421_C/bma423.h
index 96e5d8e3..b58e0d21 100644
--- a/src/drivers/Bma421_C/bma423.h
+++ b/src/drivers/Bma421_C/bma423.h
@@ -52,6 +52,7 @@ extern "C" {
/**\name Chip ID of BMA423 sensor */
#define BMA423_CHIP_ID UINT8_C(0x11)
+#define BMA425_CHIP_ID UINT8_C(0x13)
/**\ Configuration ID start position of BMA423 sensor */
#define BMA423_CONFIG_ID_START_ADDR UINT8_C(66)