fix wio-tracker-dev sensor scan (#5274)

This commit is contained in:
Thomas Göttgens
2024-11-07 18:01:58 +01:00
committed by GitHub
parent a815a770b4
commit b0a5a26f58
2 changed files with 14 additions and 3 deletions

View File

@@ -153,8 +153,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// ACCELEROMETER
// -----------------------------------------------------------------------------
#define MPU6050_ADDR 0x68
#define STK8BXX_ADR 0x18
#define LIS3DH_ADR 0x18
#define STK8BXX_ADDR 0x18
#define LIS3DH_ADDR 0x18
#define LIS3DH_ADDR_ALT 0x19
#define BMA423_ADDR 0x19
#define LSM6DS3_ADDR 0x6A
#define BMX160_ADDR 0x69