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

New target: RCEXPLORERF2

F3FC board from RCExplorer.se.

Supports both tricopter integrated and standalone boards.
This commit is contained in:
Jaakko Laurikainen 2016-07-06 09:50:02 +03:00
parent f4796c3676
commit 0cb7483232
6 changed files with 242 additions and 2 deletions

View file

@ -235,6 +235,13 @@ pwmOutputConfiguration_t *pwmInit(drv_pwm_config_t *init)
type = MAP_TO_SERVO_OUTPUT;
#endif
#if defined(RCEXPLORERF3)
if (timerIndex == PWM2)
{
type = MAP_TO_SERVO_OUTPUT;
}
#endif
#if (defined(STM32F3DISCOVERY) && !defined(CHEBUZZF3))
// remap PWM 5+6 or 9+10 as servos - softserial pin pairs require timer ports that use the same timer
if (init->useSoftSerial) {