1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 00:05:28 +03:00

First cut on PWM output disable/enable feature

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2016-10-17 18:39:07 +10:00
parent cf23e879a4
commit 82b08d2b7d
6 changed files with 25 additions and 11 deletions

View file

@ -50,6 +50,7 @@ typedef struct sonarIOConfig_s {
} sonarIOConfig_t;
typedef struct drv_pwm_config_s {
bool enablePWMOutput;
bool useParallelPWM;
bool usePPM;
bool useSerialRx;