[wpilib] AddressableLED: Update warning about single driver (NFC) (#6069)

Say that multiple strips can be used in series.
This commit is contained in:
sciencewhiz
2023-12-20 20:32:16 -08:00
committed by GitHub
parent 35a1c52788
commit 6f23d32fe1
2 changed files with 5 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ import edu.wpi.first.hal.PWMJNI;
*
* <p>By default, the timing supports WS2812B LEDs, but is configurable using setBitTiming()
*
* <p>Only 1 LED driver is currently supported by the roboRIO.
* <p>Only 1 LED driver is currently supported by the roboRIO. However, multiple LED strips can be
* connected in series and controlled from the single driver.
*/
public class AddressableLED implements AutoCloseable {
private final int m_pwmHandle;