mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-29 07:01:41 +00:00
Upgrading to 2025.7.0
This commit is contained in:
@@ -44,6 +44,15 @@ public class TalonSRXEncoderSwerve extends SwerveAbsoluteEncoder
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close()
|
||||
{
|
||||
// TalonSRX encoder gets closed with the motor
|
||||
// I don't think an encoder getting closed should
|
||||
// close the entire motor so i will keep this empty
|
||||
// sparkFlex.close();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void factoryDefault()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user