flok / pydualsense

control your dualsense controller with python
MIT License
112 stars 33 forks source link

setLeftMotor and setRightMotor backwards? #38

Closed dsb298 closed 1 year ago

dsb298 commented 1 year ago

I ran the effects.py demo and changes the values of the above functions. setting both to 255 = max rumble, 0 = no rumble. this is expected. However, setting setLeftMotor to 0 and setRightMotor to 255 seems to rumble on the left instead of right, and vice versa.

flok commented 1 year ago

thanks for the #39, fixed and published on pypi