Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AP_HAL_ChibiOS: Here4FC change WS2812 led PWM to 10/11 #28919

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libraries/AP_HAL_ChibiOS/hwdef/Here4FC/defaults.parm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# setup for ProfiLED
SERVO9_FUNCTION 132
SERVO10_FUNCTION 129
SERVO10_FUNCTION 132
SERVO11_FUNCTION 129
NTF_LED_TYPES 512
NTF_LED_BRIGHT 2
NTF_LED_LEN 4
Expand Down
4 changes: 2 additions & 2 deletions libraries/AP_HAL_ChibiOS/hwdef/Here4FC/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ IMU Invensensev3 SPI:icm42688 ROTATION_YAW_270
define HAL_DEFAULT_INS_FAST_SAMPLE 5

# WS2812 LED
PB8 TIM4_CH3 TIM4 PWM(9)
PB9 TIM4_CH4 TIM4 PWM(10)
PB8 TIM4_CH3 TIM4 PWM(10)
PB9 TIM4_CH4 TIM4 PWM(11)

PD11 GPS_TP1 OUTPUT LOW GPIO(5)
PD7 GPS_PPS INPUT PULLUP GPIO(6)
Expand Down
Loading