Package edu.wpi.first.hal
Class PowerJNI
java.lang.Object
edu.wpi.first.hal.JNIWrapper
edu.wpi.first.hal.PowerJNI
public class PowerJNI extends JNIWrapper
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description PowerJNI() -
Method Summary
Modifier and Type Method Description static doublegetBrownoutVoltage()static booleangetUserActive3V3()static booleangetUserActive5V()static booleangetUserActive6V()static doublegetUserCurrent3V3()static doublegetUserCurrent5V()static doublegetUserCurrent6V()static intgetUserCurrentFaults3V3()static intgetUserCurrentFaults5V()static intgetUserCurrentFaults6V()static doublegetUserVoltage3V3()static doublegetUserVoltage5V()static doublegetUserVoltage6V()static doublegetVinCurrent()static doublegetVinVoltage()static voidsetBrownoutVoltage(double voltage)