Xavier
Xavier
> I changed it to a custom string inside the method DynamicHID_::getShortName(char *name). And it worked. Would like to have a way to set this custom string on the constructor...
Apparently KSP does not take into account the negative axis of sticks, or that they do take into account the negative stick but they did not use the type int16_t...
Disagree. All the axis, the XYZ, RxRyRz, Throttle Brake Steer Rudder Accelerator can be recognized by Windows. See game controller property page for detail. Whether the SOFTWARE (a specific game)...
Anyhow, if you don't feel like it, I had [forked one](https://github.com/CDRXavier/ArduinoJoystickLibrary) for my "own purposes", and is in progress. You can always direct people to a "quick & dirty" version...
I feel like it's a issue with the way Linux handles the joystick. Try your setup on your friend's Mac. If it work on Windows and Mac (and you can...
You might need to do pinMode(10, INPUT_PULLUP). Adding a button between the pin and ground (and not pressing it) is equal to not connecting anything to the pin, which means...
I have not have seen this issue and have partially reverse-engineered the code to suit my project.
I think there is a way to see the exact type of board used for compiling? Same as you would differentiate between the other different boards? The problem is the...
Looks like a copy of the 2010 firmware for RN-42 is not recognized by the PSTool (ver 2.5.0.93 release) despite BlueFlash worked quite well. However, said version of PSTool is...