Skip to content

Commit

Permalink
Clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns committed Jan 2, 2025
1 parent 4179031 commit 5c74e60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/nrf52840/src/bin/pwm_sequence_ws2812b.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ use {defmt_rtt as _, panic_probe as _};
// If you're using the nRF52840-DK, the default "Vdd" power source
// will set the GPIO I/O voltage to 3.0v, using the onboard regulator.
// This can sometimes not be enough to drive the WS2812B signal if you
// are not using an external regulator. If you set the board to "USB" power
// instead (and provide power via the "nRF USB" connector), the board will
// instead power the I/Os at 3.3v, which is often enough (but still out of
// official spec) for the WS2812Bs to work properly.
// are not using an external level shifter. If you set the board to "USB"
// power instead (and provide power via the "nRF USB" connector), the board
// will instead power the I/Os at 3.3v, which is often enough (but still
// out of official spec) for the WS2812Bs to work properly.

// In the following declarations, setting the high bit tells the PWM
// to reverse polarity, which is what the WS2812B expects.
Expand Down

0 comments on commit 5c74e60

Please sign in to comment.