Package com.ctre.phoenix.sensors
Class PigeonIMU_Faults
java.lang.Object
com.ctre.phoenix.sensors.PigeonIMU_Faults
Faults available to Pigeon (Currently has none)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
void
update
(int bits) Updates current fault list with specified bit field of faults
-
Constructor Details
-
PigeonIMU_Faults
public PigeonIMU_Faults()
-
-
Method Details
-
hasAnyFault
- Returns:
- true if any faults are tripped
-
toBitfield
- Returns:
- Current fault list as a bit field
-
update
Updates current fault list with specified bit field of faults- Parameters:
bits
- bit field of faults to update with
-