Skip to content

Commit

Permalink
AddressableLightStrip setColorLight javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
AraReighard committed Apr 22, 2024
1 parent a695784 commit 9a9ed7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/subsystems/AddressableLightStrip.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public AddressableLightStrip(int pwmPort, int lightCount) {
/**
* Sets a light on the light strip to a {@link edu.wpi.first.wpilibj.util.Color}
*
* @param lightNumber
* @param color
* @param lightNumber the number of the LED.
* @param color The color to set the LED to.
*/
public void setColorLight(int lightNumber, Color color) {
if (lightNumber > this.buffer.getLength()) {
Expand Down

0 comments on commit 9a9ed7e

Please sign in to comment.