Skip to content

Commit

Permalink
CarbonixCubeOrange: fix inverted pwr monitor pins
Browse files Browse the repository at this point in the history
SW-173
  • Loading branch information
robertlong13 authored and Lokesh-Carbonix committed May 7, 2024
1 parent 264e4f6 commit 77a9d45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/CarbonixCubeOrange/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

include ../CubeOrange/hwdef.dat

# The Carbonix carrier board (CX13042008) uses uninverted logic for these pins,
# as opposed to how the CubePilot carrier hardware is designed. We have to
# redefine these pin assignments.
undef PB5
undef PB7
PB5 VDD_BRICK_VALID INPUT PULLUP
PB7 VDD_BRICK2_VALID INPUT PULLUP

undef HAL_NAVEKF3_AVAILABLE
undef HAL_NAVEKF2_AVAILABLE
undef HAL_EXTERNAL_AHRS_ENABLED
Expand Down

0 comments on commit 77a9d45

Please sign in to comment.