mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Change WHO_AM_I to match datasheet (#13200)
This commit is contained in:
parent
2733dadf02
commit
a88e8940aa
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
#define ICM20689_WHO_AM_I_CONST (0x98)
|
||||
#define ICM42605_WHO_AM_I_CONST (0x42)
|
||||
#define ICM42688P_WHO_AM_I_CONST (0x47)
|
||||
#define LSM6DSV16X_WHO_AM_I_CONST (0x71) // TODO Datasheet says this should be 0x70
|
||||
#define LSM6DSV16X_WHO_AM_I_CONST (0x70)
|
||||
|
||||
// RA = Register Address
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue