mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Remove unused code and add pmd check (#395)
This commit is contained in:
committed by
Peter Johnson
parent
cc246bb9ac
commit
8f67f2c24c
@@ -59,6 +59,11 @@ AnalogOutput::AnalogOutput(int channel) {
|
||||
*/
|
||||
AnalogOutput::~AnalogOutput() { HAL_FreeAnalogOutputPort(m_port); }
|
||||
|
||||
/**
|
||||
* Get the channel of this AnalogOutput.
|
||||
*/
|
||||
int AnalogOutput::GetChannel() { return m_channel; }
|
||||
|
||||
/**
|
||||
* Set the value of the analog output.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user