Interface and Description |
---|
edu.wpi.first.wpilibj.tables.IRemote
Use
NetworkTableInstance . |
edu.wpi.first.wpilibj.tables.IRemoteConnectionListener
Use Consumer<
ConnectionNotification >. |
edu.wpi.first.wpilibj.tables.ITable
Use
NetworkTable . |
edu.wpi.first.wpilibj.tables.ITableListener
Use Consumer<
EntryNotification >,
TableEntryListener , or
TableListener as appropriate. |
Class and Description |
---|
edu.wpi.first.wpilibj.GamepadBase
Inherit directly from GenericHID instead.
|
edu.wpi.first.wpilibj.JoystickBase
Inherit directly from GenericHID instead.
|
edu.wpi.first.wpilibj.networktables.NetworkTable
Use
NetworkTable instead. |
edu.wpi.first.wpilibj.RobotDrive
Use DifferentialDrive or MecanumDrive classes instead.
|
Field and Description |
---|
edu.wpi.first.wpilibj.CameraServer.kSize160x120 |
edu.wpi.first.wpilibj.CameraServer.kSize320x240 |
edu.wpi.first.wpilibj.CameraServer.kSize640x480 |