Yannick Richter
Yannick Richter
This adds a few fixes and features related to the command system (mainly uart), and a new analog processing class. The analog processing class contains common functions to scale and...
This adds support to change the wheel lock and scale angle for the OpenFFBoard firmware. Controlling the FFBoard via HID is still experimental but its confirmed to work in the...
Target project optimized for the F407 discovery board with pinouts as close to mmos/osw as possible. Feel free to try it and suggest changes as i don't use this actively....
When calling `get_input_report` (with a length of 25) it does not return any actual data. Only a list with the requested ID as the first and only entry no matter...
This change adds full FFB packet parsing into python dicts using callback functions and the missing FFB related functions from the vJoy sdk. Solves issue https://github.com/tidzo/pyvjoy/issues/17 A helper class for...