How use input Axis class with an digital input digital potentionmeter #47
camzilla1050
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm using JoystickXL on a
Adafruit CircuitPython 10.0.3 on 2025-10-17; Raspberry Pi Pico with rp2040to build a throttle device for x-Plane12 on linux.The simple version worked fine with 3 Axes + 2 buttons and is recognized perfectly by X-Plane.
But now I replace the 3 faders potentiometers by 3 hall effect captors + a digital pot ( based on the arduino rudder pedals project ).
I've also add an hcf4051 Analog Multiplexer due to limitations in my Raspberry Pico i/o.
The problem for me now is Axis input class accepts only Analog input. Some one has an idea how to solve it?
Tnx
All reactions