Since CANTalon for WPILib was removed, I imported the CTRE Phoenix libraries to be used in VSCode and enable CAN functionality for the TalonSRX. However, trying to import the needed libraries poses a challenge:
import com.ctre.CANTalon;
is the CTRE documentation standard for accessing the TalonSRX. This can be seen here.
The import statement above cannot be resolved
. I need to know how to control the TalonSRX via the CAN bus in order to employ all encoder functionality. Thank you guys!