Browse Source

uavcan: add configuration parameter to actuator metadata

master
Beat Küng 3 years ago committed by Daniel Agar
parent
commit
70b1b19902
  1. 8
      src/drivers/uavcan/module.yaml

8
src/drivers/uavcan/module.yaml

@ -1,6 +1,12 @@ @@ -1,6 +1,12 @@
module_name: UAVCAN
actuator_output:
show_subgroups_if: 'UAVCAN_ENABLE>=3'
config_parameters:
- param: 'UAVCAN_ENABLE'
label: 'Configure'
function: 'enable'
- param: 'UAVCAN_BITRATE'
label: 'Bitrate'
output_groups:
- param_prefix: UAVCAN_EC
group_label: 'ESCs'

Loading…
Cancel
Save