| Package | Description |
|---|---|
| edu.wpi.first.wpilibj |
The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC
control system and your robot.
|
| Modifier and Type | Method and Description |
|---|---|
static CANTalon.FeedbackDevice |
CANTalon.FeedbackDevice.valueOf(int value) |
static CANTalon.FeedbackDevice |
CANTalon.FeedbackDevice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CANTalon.FeedbackDevice[] |
CANTalon.FeedbackDevice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CANTalon.setFeedbackDevice(CANTalon.FeedbackDevice device) |
Copyright © 2015. All rights reserved.