Skip to content

Commit

Permalink
Updated to latest version of voxl2_io driver from ModalAI fork
Browse files Browse the repository at this point in the history
  • Loading branch information
katzfey committed Feb 11, 2025
1 parent 08ba388 commit 84b1a4a
Show file tree
Hide file tree
Showing 10 changed files with 539 additions and 771 deletions.
1 change: 0 additions & 1 deletion src/drivers/voxl2_io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ px4_add_module(
voxl2_io.cpp
voxl2_io.hpp
DEPENDS
rc
px4_work_queue
mixer_module
MODULE_CONFIG
Expand Down
2 changes: 1 addition & 1 deletion src/drivers/voxl2_io/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ menuconfig DRIVERS_VOXL2_IO
bool "voxl2_io"
default n
---help---
Enable support for voxl2_io
Enable support for voxl2_io
13 changes: 7 additions & 6 deletions src/drivers/voxl2_io/module.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
module_name: VOXL2 IO Output
actuator_output:
config_parameters:
- param: 'VOXL2_IO_MIN'
label: 'PWM min value'
- param: 'VOXL2_IO_MAX'
label: 'PWM max value'
# config_parameters:
# - param: 'VOXL2_IO_MIN'
# label: 'PWM min value'
# - param: 'VOXL2_IO_MAX'
# label: 'PWM max value'
output_groups:
- param_prefix: VOXL2_IO
group_label: 'PWMs'
channel_label: 'PWM Channel'
num_channels: 4
num_channels: 8

Loading

0 comments on commit 84b1a4a

Please sign in to comment.