Skip to content

Commit

Permalink
Update blade-configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn authored Jun 21, 2024
1 parent 33089ca commit eea8247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/blades/blade-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Example for SubBlade usage:
```cpp
BladeConfig blades[] = {
{ 0,
SubBlade(0, 1, WS2811BladePtr<145, WS2811_580kHz>()),
SubBlade(0, 1, WS2811BladePtr<146, WS2811_580kHz>()),
SubBlade(2, 14, NULL), //Quilon A
SubBlade(14,26, NULL), //Quilon B
SubBlade(27, 145, NULL) //Main Blade
Expand Down

0 comments on commit eea8247

Please sign in to comment.