cengizozel / LogiDrivePy

A Python module for interfacing with Logitech steering wheels.
https://pypi.org/project/logidrivepy/
MIT License
32 stars 1 forks source link

Non-consistent values ​​returned by get_non_linear_value #9

Open Fanbotica opened 1 month ago

Fanbotica commented 1 month ago

For some strange reason the function get_non_linear_value(self, index, input_value) returns values ​​oscillating inconsistently between 0 and 255 instead of returning values ​​consistent with a non-linear curve and between -32768 and 32767. Ideas?