mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[wpilib, hal] Add function to read the RSL state (#5312)
This commit is contained in:
@@ -101,6 +101,12 @@ class RobotController {
|
||||
*/
|
||||
static bool IsBrownedOut();
|
||||
|
||||
/**
|
||||
* Gets the current state of the Robot Signal Light (RSL)
|
||||
* @return The current state of the RSL- true if on, false if off
|
||||
*/
|
||||
static bool GetRSLState();
|
||||
|
||||
/**
|
||||
* Get the input voltage to the robot controller.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user