Skip to content

Commit

Permalink
updates the LED types that work (#2932)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondaming authored Jan 11, 2025
1 parent b737667 commit 2d77d87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Addressable LEDs

LED strips have been commonly used by teams for several years for a variety of reasons. They allow teams to debug robot functionality from the audience, provide a visual marker for their robot, and can simply add some visual appeal. WPILib has an API for controlling WS2812 LEDs with their data pin connected via :term:`PWM`.
LED strips have been commonly used by teams for several years for a variety of reasons. They allow teams to debug robot functionality from the audience, provide a visual marker for their robot, and can simply add some visual appeal. WPILib has an API for controlling WS2812, WS2812B, and WS2815 LEDs with their data pin connected via :term:`PWM`.

.. note:: LEDs can be controlled through this API while the robot is disabled.

Expand Down

0 comments on commit 2d77d87

Please sign in to comment.