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:
parent
cf23e879a4
commit
82b08d2b7d
6 changed files with 25 additions and 11 deletions
|
@ -50,6 +50,7 @@ typedef struct sonarIOConfig_s {
|
|||
} sonarIOConfig_t;
|
||||
|
||||
typedef struct drv_pwm_config_s {
|
||||
bool enablePWMOutput;
|
||||
bool useParallelPWM;
|
||||
bool usePPM;
|
||||
bool useSerialRx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue