Skip to content

Commit

Permalink
Added vendor reps (this time it works), and changed README.md
Browse files Browse the repository at this point in the history
Signed-off-by: solonovamax <[email protected]>
  • Loading branch information
solonovamax committed Nov 23, 2019
1 parent 39598f5 commit 4f45e82
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin/main" path="src/main/java">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/bin/

BetaBots 2019.iws
BetaBots 2019.ipr
BetaBots_2019.main.iml
/bin/main/frc/robot/
23 changes: 23 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>BetaBots 2019</name>
<comment>Project BetaBots 2019 created by Buildship.</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>
2 changes: 2 additions & 0 deletions .settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
connection.project.dir=
eclipse.preferences.version=1
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# BetaBots2019
# Beta Bots 2019 Code

# Code
I wrote this in about 2.8 seconds, so don't expect it to be good or anything. This is for the beta bots 2019 competition, where we are first starting to transfer from labview to java (thank god)

# TODO
Make good code.

<img src="https://imgs.xkcd.com/comics/good_code.png" width="228" height="348" />

# LICENCE
I really don't think anyone is going to want to base their code off of this brain aneurysm.
If you want to, you can use it how ever you want. I'm not going to use GPLv3 for this.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ repositories {
dependencies {
compile wpi.deps.wpilib()
compile wpi.deps.vendor.java()
//compile 'com.ctre.phoenix:api-java:5.14.1'
//nativeZip 'com.ctre.phoenix:api-java:5.14.1'
nativeZip wpi.deps.vendor.jni(wpi.platforms.roborio)
nativeDesktopZip wpi.deps.vendor.jni(wpi.platforms.desktop)
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 4f45e82

Please sign in to comment.