mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Uses the fixed SensorBase functionality in the WPILib (#185)
This commit is contained in:
committed by
Peter Johnson
parent
8da577b56f
commit
a831978cce
@@ -31,8 +31,8 @@ class SensorBase : public ErrorBase {
|
||||
static bool CheckDigitalChannel(int channel);
|
||||
static bool CheckRelayChannel(int channel);
|
||||
static bool CheckPWMChannel(int channel);
|
||||
static bool CheckAnalogInput(int channel);
|
||||
static bool CheckAnalogOutput(int channel);
|
||||
static bool CheckAnalogInputChannel(int channel);
|
||||
static bool CheckAnalogOutputChannel(int channel);
|
||||
static bool CheckSolenoidChannel(int channel);
|
||||
static bool CheckPDPChannel(int channel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user