[wpilib] Remove Jaguar (and other) motor controllers (#8299)

This commit is contained in:
Thad House
2025-11-01 21:45:19 +00:00
committed by GitHub
parent 577dd48af7
commit cb720048b8
8 changed files with 1 additions and 45 deletions

View File

@@ -46,8 +46,6 @@ S(LineNotOutput, -27,
"Cannot SetDigitalOutput for a line not configured for output")
S(ParameterOutOfRange, -28, "A parameter is out of range")
S(SPIClockRateTooLow, -29, "SPI clock rate was below the minimum supported")
S(JaguarVersionError, -30, "Jaguar firmware version error")
S(JaguarMessageNotFound, -31, "Jaguar message not found")
S(NetworkTablesReadError, -40, "Error reading NetworkTables socket")
S(NetworkTablesBufferFull, -41, "Buffer full writing to NetworkTables socket")
S(NetworkTablesWrongType, -42,