mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_HAL: correct neopixel bitwidth
This commit is contained in:
parent
ef6105c5e0
commit
ef5eccdf62
@ -406,6 +406,7 @@ public:
|
||||
// neopixel does not use pulse widths at all
|
||||
static constexpr uint32_t PROFI_BIT_0_TICKS = 7;
|
||||
static constexpr uint32_t PROFI_BIT_1_TICKS = 14;
|
||||
static constexpr uint32_t PROFI_BIT_WIDTH_TICKS = 20;
|
||||
|
||||
// suitably long LED output period to support high LED counts
|
||||
static constexpr uint32_t LED_OUTPUT_PERIOD_US = 10000;
|
||||
|
Loading…
Reference in New Issue
Block a user