Skip to content

Commit

Permalink
configs: update rx-51 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Lehtonen committed Apr 13, 2011
1 parent a6a24b7 commit 6554d85
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions config/sensord-rx_51.conf
@@ -1,14 +1,16 @@
[plugins]
alsadaptor = alsadaptor-sysfs
proximityadaptor = proximityadaptor-evdev
accelerometeradaptor = accelerometeradaptor

[accelerometer]
input_match = accelerometer
dataranges = "-2048=>2048"
intervals = "0,10=>1000"
transformation_matrix = "0,-1,0,1,0,0,0,0,-1"
transformation_matrix = "-1,0,0,0,-1,0,0,0,-1"

[als]
path = /sys/bus/i2c/drivers/apds990x/0-0039/lux_output
path = /sys/devices/platform/i2c_omap.2/i2c-2/2-0029/device0/illuminance0_input
dataranges = "0=>65535"
intervals = "50=>2000"
default_interval = 1000
Expand All @@ -19,20 +21,11 @@ dataranges = "0=>2"
intervals = 0

[proximity]
path = /sys/bus/i2c/devices/5-0055/apds9802ps/proximity_output
input_match = gpio-keys
dataranges = "0=>4096"

[magnetometer]
path = /dev/ak89750
dataranges = "-4096=>4096"
intervals = "25=>1000"
default_interval = 1000
scale_coefficient = 300
calibration_rate = 100
calibration_timeout = 60000

[tap]
device = accelerometer
input_match = accelerometer
dataranges = "0=>2"
intervals = 0

Expand All @@ -44,6 +37,6 @@ overflow_max = 1250
discard_time = 750000

[context]
orientation_poll_interval = 0
orientation_poll_interval = 1000
orientation_offset = 0
stability_timeout = 60

0 comments on commit 6554d85

Please sign in to comment.