Skip to content

Commit

Permalink
add omitted power pins to reduce confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
NoSloppy authored Feb 24, 2025
1 parent dd76116 commit d2efefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/blades/subblade.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Note the use of () instead of <>, as SubBlade is a regular function, not a templ
Let's say we have a string that has one accent LED, one 8-pixel battery indicator and then a 100-LED blade. The blades[] array could then look something like this:
```cpp
SubBlade(9, 108, WS281XBlade<109, bladePin, Color8::GRB>()),
SubBlade(9, 108, WS281XBlade<109, bladePin, Color8::GRB, PowerPINS<bladePowerPin2, bladePowerPin3>>()),
SubBlade(1, 8, NULL),
SubBlade(0, 0, NULL),
Expand Down

0 comments on commit d2efefd

Please sign in to comment.