File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/java/com/spikes2212/util/smartmotorcontrollers Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,27 +24,27 @@ public class SparkWrapper implements SmartMotorController {
24
24
/**
25
25
* The spark motor controller.
26
26
*/
27
- private SparkBase sparkBase ;
27
+ protected SparkBase sparkBase ;
28
28
29
29
/**
30
30
* The spark's configuration accessor.
31
31
*/
32
- private SparkBaseConfigAccessor configAccessor ;
32
+ protected SparkBaseConfigAccessor configAccessor ;
33
33
34
34
/**
35
35
* The spark's configuration.
36
36
*/
37
- private SparkBaseConfig sparkConfig ;
37
+ protected SparkBaseConfig sparkConfig ;
38
38
39
39
/**
40
40
* The closed loop configuration for the spark.
41
41
*/
42
- private ClosedLoopConfig closedLoopConfig ;
42
+ protected ClosedLoopConfig closedLoopConfig ;
43
43
44
44
/**
45
45
* The encoder configuration for the spark.
46
46
*/
47
- private EncoderConfig encoderConfig ;
47
+ protected EncoderConfig encoderConfig ;
48
48
49
49
/**
50
50
* Constructs a new instance of {@link SparkWrapper} with a {@link SparkMax} as the motor controller.
You can’t perform that action at this time.
0 commit comments