Closed LandryNorris closed 1 month ago
We use the mask 0x80000000, like WPILib for specifying RTR. Note that Candlelib uses 0x40000000 to mean RTR, so we have to translate.
0x80000000
0x40000000
We use the mask
0x80000000
, like WPILib for specifying RTR. Note that Candlelib uses0x40000000
to mean RTR, so we have to translate.