You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix for CANdle, which uses 0-255 (int) instead of 0-1 (double)
* Started with the records
* Quick fix + continuation
* Implemented records. Still couldn't find a great alternative to setting the default command for every LED strip on each default command
* fixed some minor jd and efficiency things that annoyed me
* these should be protected
* extra new line
* AHHHHHHHHHHHHHH Made all animations the same data type
* added length 0 survivability
* Fix
* More correct way to do this
* best way to do this
---------
Co-authored-by: Nummun14 <[email protected]>
Co-authored-by: Nummun14 <[email protected]>
Co-authored-by: Yishai Levy <[email protected]>
Copy file name to clipboardExpand all lines: src/main/java/org/trigon/hardware/misc/leds/AddressableLEDStrip.java
+20-16Lines changed: 20 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public static void initiateAddressableLED(int port, int totalAmountOfLEDs) {
40
40
}
41
41
42
42
/**
43
-
* Constructs a new AddressableLEDStrip. Before any commands are sent to the LED strip, the setAddressableLED and setAddressableLEDBuffer methods must be called.
43
+
* Constructs a new AddressableLEDStrip. Before any commands are sent to the LED strip, the {@link AddressableLEDStrip#initiateAddressableLED(int, int)} method must be called.
44
44
*
45
45
* @param inverted whether the LED strip is inverted
46
46
* @param numberOfLEDs the amount of LEDs in the strip
0 commit comments