mirror of
https://github.com/Team4388/2019-Hit-or-Miss.git
synced 2026-06-09 00:28:05 -06:00
75f1aea29d
changed last years elevator code to work with this years desine, no closed loop control implemented other than limit switches.
32 lines
922 B
JSON
32 lines
922 B
JSON
{
|
|
"fileName": "REVRobotics.json",
|
|
"name": "REVRobotics",
|
|
"version": "1.0.26",
|
|
"uuid": "c16ed09f-23df-4beb-87e8-460bd7fa9924",
|
|
"mavenUrls": [
|
|
"http://www.revrobotics.com/content/sw/max/sdk/maven/"
|
|
],
|
|
"jsonUrl": "http://www.revrobotics.com/content/sw/max/sdk/REVRobotics.json",
|
|
"javaDependencies": [
|
|
{
|
|
"groupId": "com.revrobotics.frc",
|
|
"artifactId": "SparkMax-java",
|
|
"version": "1.0.26"
|
|
}
|
|
],
|
|
"jniDependencies": [],
|
|
"cppDependencies": [
|
|
{
|
|
"groupId": "com.revrobotics.frc",
|
|
"artifactId": "SparkMax-cpp",
|
|
"version": "1.0.26",
|
|
"libName": "libSparkMax",
|
|
"headerClassifier": "headers",
|
|
"sharedLibrary": false,
|
|
"skipInvalidPlatforms": true,
|
|
"binaryPlatforms": [
|
|
"linuxathena"
|
|
]
|
|
}
|
|
]
|
|
} |