mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 06:24:07 +08:00
tap_esc: add dynamic mixing support
This commit is contained in:
parent
35ce6d1b73
commit
ae15ad14a8
@ -41,6 +41,8 @@ px4_add_module(
|
||||
tap_esc_uploader.h
|
||||
TAP_ESC.cpp
|
||||
TAP_ESC.hpp
|
||||
MODULE_CONFIG
|
||||
module.yaml
|
||||
DEPENDS
|
||||
led
|
||||
mixer
|
||||
|
||||
7
src/drivers/tap_esc/module.yaml
Normal file
7
src/drivers/tap_esc/module.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
module_name: TAP ESC Output
|
||||
actuator_output:
|
||||
output_groups:
|
||||
- param_prefix: TAP_ESC
|
||||
channel_label: 'TAP ESC'
|
||||
num_channels: 8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user