I want to create a controller for sim racing pedals that
a. acts as a joystick/gamecontroller
b. can send 12-bit analog input to Windows.
c. I can write and read settings to from a Windows control app.
So far the only lib I have found that supports 12bit is ArduinoXInput (https://github.com/dmadison/ArduinoXInput), but then I cannot use Serial for reading and writing settings.
Any ideas/suggestions?
Thank you.
a. acts as a joystick/gamecontroller
b. can send 12-bit analog input to Windows.
c. I can write and read settings to from a Windows control app.
So far the only lib I have found that supports 12bit is ArduinoXInput (https://github.com/dmadison/ArduinoXInput), but then I cannot use Serial for reading and writing settings.
Any ideas/suggestions?
Thank you.