• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Device configuration for a rotary input device.
2device.type = rotaryEncoder
3
4# Should be (number of ticks in full rotation) / (2 PI).
5# Here, chosen arbirarily to be 360 / (2 PI)
6device.res = 57.295
7
8device.scalingFactor = 0.0138
9