mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
tap_esc: add dynamic mixing support
This commit is contained in:
@@ -41,6 +41,8 @@ px4_add_module(
|
|||||||
tap_esc_uploader.h
|
tap_esc_uploader.h
|
||||||
TAP_ESC.cpp
|
TAP_ESC.cpp
|
||||||
TAP_ESC.hpp
|
TAP_ESC.hpp
|
||||||
|
MODULE_CONFIG
|
||||||
|
module.yaml
|
||||||
DEPENDS
|
DEPENDS
|
||||||
led
|
led
|
||||||
mixer
|
mixer
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
module_name: TAP ESC Output
|
||||||
|
actuator_output:
|
||||||
|
output_groups:
|
||||||
|
- param_prefix: TAP_ESC
|
||||||
|
channel_label: 'TAP ESC'
|
||||||
|
num_channels: 8
|
||||||
|
|
||||||
Reference in New Issue
Block a user