Replies: 1 comment
-
OK a bit more detail... `const timerHardware_t timerHardware[] = {
};` I am guessing that it normally only supports 2 servos and 2 motors. My airplane is simple and would only use 3 analog servos and an old-school ESC that also runs on PWM. Those pins are the four motor pins for quad setup, and I would love to use the ESC wiring harness header to connect the servo signals. So three questions I have are:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to set up my Mamba F722 as an airplane FC, but I can't seem to find out what pins/pads to use for the servos. I realize that resource mapping is not an option, which would make things way easier. I know which pins on the microcontroller correlate to which pads on the board itself from looking at
resource
in the BetaFlight CLI. In iNav CLI, there are no servo outputs listed when I runresource
. Does that mean I cannot use servos at all with the board? On Github, I have found the .HEX file for the board, but I can't locate the source files, which I thought would help me determine the pinouts. Any help would be much appreciated!Thanks!
Beta Was this translation helpful? Give feedback.
All reactions