1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-19 22:35:19 +03:00

SPRacingF3 - Allow Sonar and Parallel PWM (drops 2 input channels).

Naze32 - Fix initialisation of outputs 5/6 when Parallel PWM and
Sonar are used together with a mixer that needs more than 4 motors.
This commit is contained in:
Dominic Clifton 2015-05-06 21:28:25 +01:00
parent c0aec95e14
commit b04be157b1
4 changed files with 29 additions and 6 deletions

View file

@ -52,6 +52,9 @@ typedef struct drv_pwm_config_t {
bool useOneshot;
bool useSoftSerial;
bool useLEDStrip;
#ifdef SONAR
bool useSonar;
#endif
#ifdef USE_SERVOS
bool useServos;
bool extraServos; // configure additional 4 channels in PPM mode as servos, not motors