Skip to content
Permalink
Browse files

bionic: add correct accel mount matrix

  • Loading branch information
uvos authored and parazyd committed Oct 23, 2020
1 parent 7e04740 commit b422e8a9c0f21189676db0810e6588ae37f1d08b
Showing with 1 addition and 1 deletion.
  1. +1 −1 leste-config-bionic/lib/udev/rules.d/50-iio-sensors.rules.leste
@@ -1,2 +1,2 @@
SUBSYSTEM=="iio", ENV{OF_NAME}=="isl29030", ENV{PROXIMITY_NEAR_LEVEL}+="200"
SUBSYSTEM=="iio", ENV{OF_NAME}=="accelerometer", ENV{ACCEL_MOUNT_MATRIX}="-1, 0, 0; 0, -1, 0; 0, 0, 1"
SUBSYSTEM=="iio", ENV{OF_NAME}=="accelerometer", ENV{ACCEL_MOUNT_MATRIX}="1, 0, 0; 0, -1, 0; 0, 0, 1"

0 comments on commit b422e8a

Please sign in to comment.
You can’t perform that action at this time.