mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Add a method to detect the HAL runtime version (#228)
This commit is contained in:
committed by
Peter Johnson
parent
1416fb8f67
commit
2ecb939b35
@@ -23,6 +23,8 @@ public class HALUtil extends JNIWrapper {
|
||||
public static native int getFPGARevision();
|
||||
|
||||
public static native long getFPGATime();
|
||||
|
||||
public static native int getHALRuntimeType();
|
||||
|
||||
public static native boolean getFPGAButton();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user