We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae516c commit 3169747Copy full SHA for 3169747
source/docs/software/hardware-apis/misc/addressable-leds.rst
@@ -223,7 +223,7 @@ Use commands. The command framework is specifically built for managing when acti
223
* @param pattern the LED pattern to run
224
*/
225
public Command runPattern(LEDPattern pattern) {
226
- return run(() -> pattern.apply(m_buffer));
+ return run(() -> pattern.applyTo(m_buffer));
227
}
228
229
```
0 commit comments