mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Removed the User LED functions
There is no "User" LED on the RoboRIO, these functions didn't do anything. Change-Id: I8d2eaf0efde90cc444503a79f26d591ddaaa6322
This commit is contained in:
@@ -27,10 +27,4 @@ uint16_t GetFPGAVersion();
|
||||
uint32_t GetFPGARevision();
|
||||
uint32_t GetFPGATime();
|
||||
bool GetUserButton();
|
||||
void SetRIOUserLED(uint32_t state);
|
||||
int32_t GetRIOUserLED();
|
||||
int32_t ToggleRIOUserLED();
|
||||
void SetRIO_FPGA_LED(uint32_t state);
|
||||
int32_t GetRIO_FPGA_LED();
|
||||
int32_t ToggleRIO_FPGA_LED();
|
||||
std::string GetStackTrace(uint32_t offset);
|
||||
|
||||
Reference in New Issue
Block a user