Skip to content

Commit 7e685a0

Browse files
committed
lots of updates
1 parent 4ba41ba commit 7e685a0

13 files changed

Lines changed: 53 additions & 17 deletions

File tree

-21 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
170 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

bin/main/frc/robot/Robot.class

3 Bytes
Binary file not shown.

build/reports/problems/problems-report.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/main/java/frc/robot/subsystems/intake/Intake.Java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,10 @@ public class intake extends SubsystemBase {
3737
return run(() -> io.setDirection(forward).withName("setDirection"));
3838
}
3939

40+
public Command stopCommand(){
41+
return runOnce(
42+
() -> io.stop()
43+
Logger.processInputs(intake, inputs);
44+
)
45+
}
4046
}

0 commit comments

Comments
 (0)