Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. from submodule:
  2. [plugins]
  3. accelerometeradaptor = hybrisaccelerometeradaptor
  4. alsadaptor = hybrisalsadaptor
  5. proximityadaptor = hybrisproximityadaptor
  6. magnetometeradaptor = hybrismagnetometeradaptor
  7. gyroscopeadaptor = hybrisgyroscopeadaptor
  8. orientationadaptor = hybrisorientationadaptor
  9.  
  10. [magnetometer]
  11. scale_coefficient = 1
  12. transformation_matrix = "-1,0,0,0,1,0,0,0,1"
  13. needs_calibration = 0
  14.  
  15. [accelerometer]
  16. transformation_matrix = "1,0,0,0,1,0,0,0,1"
  17.  
  18.  
  19. before:
  20. [plugins]
  21. accelerometeradaptor = hybrisaccelerometeradaptor
  22. alsadaptor = hybrisalsadaptor
  23. proximityadaptor = hybrisproximityadaptor
  24. magnetometeradaptor = hybrismagnetometeradaptor
  25. gyroscopeadaptor = hybrisgyroscopeadaptor
  26. orientationadaptor = hybrisorientationadaptor
  27.  
  28. [magnetometer]
  29. scale_coefficient = 1
  30. transformation_matrix = "-1,0,0,0,1,0,0,0,1"
  31. needs_calibration = 0
  32.  
  33. [accelerometer]
  34. transformation_matrix = "1,0,0,0,1,0,0,0,1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement