1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

Change WHO_AM_I to match datasheet (#13200)

This commit is contained in:
Steve Evans 2023-12-07 01:10:29 +00:00 committed by GitHub
parent 2733dadf02
commit a88e8940aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@
#define ICM20689_WHO_AM_I_CONST (0x98) #define ICM20689_WHO_AM_I_CONST (0x98)
#define ICM42605_WHO_AM_I_CONST (0x42) #define ICM42605_WHO_AM_I_CONST (0x42)
#define ICM42688P_WHO_AM_I_CONST (0x47) #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 // RA = Register Address