mirror of
https://github.com/Team4388/Robot-Essentials.git
synced 2026-06-09 00:38:01 -06:00
Added "Add your docs here" flags to all needed methods
- All methods that need javadoc have been marked with /** * Add your docs here. */
This commit is contained in:
@@ -20,6 +20,9 @@ public class SetLEDPattern extends InstantCommand {
|
||||
private final LED m_led;
|
||||
public static LEDPatterns m_pattern;
|
||||
|
||||
/**
|
||||
* Add your docs here.
|
||||
*/
|
||||
public SetLEDPattern(LED subsystem, LEDPatterns pattern) {
|
||||
m_led = subsystem;
|
||||
m_pattern = pattern;
|
||||
|
||||
Reference in New Issue
Block a user