This adapter will convert the 8-bit logitech pedals into 10-bit pedals, without changing the pots. Tested on G29, should also work for G27/G25. clutch and accelerator axis connected (for use in flight ...
You only have to change pins assigment to yours. They are in the upper part of file. const int throttle = A0; const int brake = A1; const int clutch = A2; A0, A1, A2 are yours pins on arduino, so if ...