mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[wpilib, hal] Add function to read the RSL state (#5312)
This commit is contained in:
@@ -117,6 +117,8 @@ public final class HAL extends JNIWrapper {
|
||||
|
||||
public static native boolean getSystemActive();
|
||||
|
||||
public static native boolean getRSLState();
|
||||
|
||||
public static native int getPortWithModule(byte module, byte channel);
|
||||
|
||||
public static native int getPort(byte channel);
|
||||
|
||||
Reference in New Issue
Block a user