Switches PWM and DIO to Handles (#120)

This commit is contained in:
Thad House
2016-06-30 21:39:09 -07:00
committed by Peter Johnson
parent 9b2af0d090
commit 3593ecb17e
37 changed files with 656 additions and 514 deletions

View File

@@ -18,11 +18,6 @@ const uint32_t SensorBase::kRelayChannels;
const uint32_t SensorBase::kPDPChannels;
const uint32_t SensorBase::kChassisSlots;
/**
* Creates an instance of the sensor base and gets an FPGA handle
*/
SensorBase::SensorBase() {}
/**
* Check that the solenoid module number is valid.
*