[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

@@ -22,7 +22,9 @@ namespace frc {
* 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.
*/
class AddressableLED {
public: