AndunHH / spacemouse

Repository for a space mouse, which emulates a 3Dconnexion "Space Mouse Pro wireless". It is based on four joysticks with additional keys or an encoder
Other
83 stars 16 forks source link

Simplified deadzone and mapping #1

Closed AndunHH closed 4 months ago

AndunHH commented 4 months ago

moved deadzone and mapping into min/max directly into the raw data acquisition in loop() calculating every translation and rotation always, but the modified values smooth the unwanted motions.