mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
HAL sim: Add encoder channel B access
This commit is contained in:
@@ -15,7 +15,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
void HALSIM_ResetEncoderData(int32_t index);
|
||||
int16_t HALSIM_GetDigitalChannelA(int32_t index);
|
||||
int32_t HALSIM_GetEncoderDigitalChannelA(int32_t index);
|
||||
int32_t HALSIM_GetEncoderDigitalChannelB(int32_t index);
|
||||
int32_t HALSIM_RegisterEncoderInitializedCallback(int32_t index,
|
||||
HAL_NotifyCallback callback,
|
||||
void* param,
|
||||
|
||||
Reference in New Issue
Block a user