Changes between Version 7 and Version 8 of accelerometer


Ignore:
Timestamp:
05/26/2020 06:39:19 PM (4 years ago)
Author:
Tim Harvey
Comment:

added imu for lsm9ds1

Legend:

Unmodified
Added
Removed
Modified
  • accelerometer

    v7 v8  
    1111||         || GW63xx || LIS2DE12 || i2c0@0x19 ||
    1212||         || GW62xx || LIS2DE12 || i2c0@0x19 ||
    13 || Ventana || GW553x || LSM9DS1  || i2c2@0x1c ||
     13|| Ventana || GW553x || LSM9DS1  || i2c2@0x1c (mag) i2c2@0x6a (accel/gyro) ||
    1414||         || GW54xx || FXOS8700 || i2c3@0x1e ||
    1515||         || GW53xx || FXOS8700 || i2c3@0x1e ||
     
    3131||= '''Device''' =||= Kernel API =||= Kernel Driver =||
    3232|| LIS2DE12       || iio || IIO_ST_ACCEL_I2C_3AXIS ||
    33 || LSM9DS1        || iio || IIO_ST_MAGN_I2C_3AXIS ||
     33|| LSM9DS1        || iio || IIO_ST_MAGN_I2C_3AXIS (mag) IIO_ST_LSM6DSX_I2C (accel/gyro) ||
    3434|| FXOS8700 (3.14/4.4 kernel) || input || INPUT_MMA8451 ||
    3535|| FXOS8700 (4.19+ kernel)    || iio || FXOS8700_I2C ||