mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 08:48:05 -06:00
Improve PIDs and such
This commit is contained in:
@@ -45,7 +45,7 @@ public class LED extends SubsystemBase implements Queryable {
|
||||
// Don't stall the main thread every time the setMode function is called
|
||||
if(this.mode != pattern) {
|
||||
this.mode = pattern;
|
||||
setTo5V();
|
||||
update();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user