Uses the fixed SensorBase functionality in the WPILib (#185)

This commit is contained in:
Thad House
2016-07-21 23:24:06 -07:00
committed by Peter Johnson
parent 8da577b56f
commit a831978cce
10 changed files with 68 additions and 31 deletions

View File

@@ -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);