This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d15625
commit 582ecd4
Showing
31 changed files
with
91 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
.gradle/8.5/dependencies-accessors/dependencies-accessors.lock
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"currentLanguage": "none", | ||
"enableCppIntellisense": false, | ||
"projectYear": "none", | ||
"teamNumber": 2638 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+468 Bytes
build/classes/java/main/frc/robot/Constants$OperatorConstants.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
public class PivotSubsystem extends SubsystemBase { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import org.littletonrobotics.junction.AutoLog; | ||
|
||
public interface PivotIO { | ||
@AutoLog | ||
public static class PivotIOInputs { | ||
public double currentAmps; | ||
public doub | ||
} | ||
|
||
public default void setVoltage(double voltage) {} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
public class PivotIONeo { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"fileName": "AdvantageKit.json", | ||
"name": "AdvantageKit", | ||
"version": "3.2.0", | ||
"uuid": "d820cc26-74e3-11ec-90d6-0242ac120003", | ||
"frcYear": "2024", | ||
"mavenUrls": [], | ||
"jsonUrl": "https://github.com/Mechanical-Advantage/AdvantageKit/releases/latest/download/AdvantageKit.json", | ||
"javaDependencies": [ | ||
{ | ||
"groupId": "org.littletonrobotics.akit.junction", | ||
"artifactId": "wpilib-shim", | ||
"version": "3.2.0" | ||
}, | ||
{ | ||
"groupId": "org.littletonrobotics.akit.junction", | ||
"artifactId": "junction-core", | ||
"version": "3.2.0" | ||
}, | ||
{ | ||
"groupId": "org.littletonrobotics.akit.conduit", | ||
"artifactId": "conduit-api", | ||
"version": "3.2.0" | ||
} | ||
], | ||
"jniDependencies": [ | ||
{ | ||
"groupId": "org.littletonrobotics.akit.conduit", | ||
"artifactId": "conduit-wpilibio", | ||
"version": "3.2.0", | ||
"skipInvalidPlatforms": false, | ||
"isJar": false, | ||
"validPlatforms": [ | ||
"linuxathena", | ||
"windowsx86-64", | ||
"linuxx86-64", | ||
"osxuniversal" | ||
] | ||
} | ||
], | ||
"cppDependencies": [] | ||
} |