Flight pedals (by Akaki) modified

Flight pedals (by Akaki) modified

thingiverse

this is remake of akaki flight pedals, my pedals more compact. For build this you need only 3d printer, some screws m3x35-40, glue, potentiometer and arduino pro micro. This is a scketch for this pedals: // USB Pedals #include <Joystick.h> Joystick_ Joystick; int RxAxis_ = 0; const bool initAutoSendState = true; void setup() { Joystick.begin(); } void loop(){ RxAxis_ = analogRead(A1); RxAxis_ = map(RxAxis_,411,721,0,1023); Joystick.setRxAxis(RxAxis_); delay (50); } //Remake by tim

Download Model from thingiverse

With this file you will be able to print Flight pedals (by Akaki) modified with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Flight pedals (by Akaki) modified.