York Law

Results 25 comments of York Law

I have build up a library that support ffb,based on MHeironimus and hoantv's work.check out ->https://github.com/YukMingLaw/ArduinoJoystickWithFFBLibrary

In fact, this is not important, as long as it is called before `getForce()`, because these two interfaces are used to pass the array address, otherwise it will cause a...

The example code just shows the calling process, it is not compilable. Check whether the effect params settings are correct and whether the X axis is used as the action...

Could you send me the ForceTset please?I will check it later.

as well as your code.

Hi,there is no wrong in your code. I Traced the USB report output which from ForceTest.It set the multi-axis ffb paramers in a different way,it may take me a few...

which arduino hardware did you use for the project?

``` - Joystick_ Joystick(JOYSTICK_DEFAULT_REPORT_ID,JOYSTICK_TYPE_JOYSTICK, 4, 0, +Joystick_ Joystick(JOYSTICK_DEFAULT_REPORT_ID,JOYSTICK_TYPE_MULTI_AXIS, 4, 0, true, true, true, //X,Y,Z true, true, true,//Rx,Ry,Rz false, false, false, false, false); ``` try this code?

Hi,refer to usb-pid doc, it seems support two axis force-feedback only. I'm not sure about that too.

I tested the lib in Assetto Corsa & Project-Cars 2, it works well. But in Horizon 4 it seems would slow down the fps in the game, the same probolem...