mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[wpilib] AddressableLED: Update warning about single driver (NFC) (#6069)
Say that multiple strips can be used in series.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user