Brian Silverman | 890a32a | 2018-03-11 15:41:56 -0700 | [diff] [blame^] | 1 | package com.ctre; |
2 | |||||
3 | /** | ||||
4 | * @deprecated Use TalonSRX instead. This deprecated class will be removed in 2019. | ||||
5 | * @see <a href="https://github.com/CrossTheRoadElec/Phoenix-Documentation/blob/master/Migration%20Guide.md">Phoenix 2018 Migration Guide</a> | ||||
6 | */ | ||||
7 | @Deprecated | ||||
8 | public class CANTalon extends com.ctre.phoenix.motorcontrol.can.TalonSRX { | ||||
9 | public CANTalon(int deviceNumber) { | ||||
10 | super(deviceNumber); | ||||
11 | } | ||||
12 | } |