Supporting a CRServo motor
This commit is contained in:
@@ -14,7 +14,8 @@ java {
|
||||
|
||||
// Exclude FTC hardware files from PC compilation (they need Android SDK)
|
||||
tasks.withType<JavaCompile> {
|
||||
exclude("**/FtcMotor.java")
|
||||
exclude("**/FtcDCMotor.java")
|
||||
exclude("**/FtcCRServo.java")
|
||||
exclude("**/FtcPotentiometer.java")
|
||||
exclude("**/opmodes/ChuteOpMode.java")
|
||||
}
|
||||
@@ -24,7 +25,8 @@ tasks.javadoc {
|
||||
include("**/subsystems/chute/**")
|
||||
|
||||
// But exclude FTC hardware files (they need Android SDK)
|
||||
exclude("**/FtcMotor.java")
|
||||
exclude("**/FtcDCMotor.java")
|
||||
exclude("**/FtcCRServo.java")
|
||||
exclude("**/FtcPotentiometer.java")
|
||||
exclude("**/opmodes/**")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user