pub trait DacChannel { // Required method fn set_value(&self, value: usize) -> Result<(), ErrorCode>; }
Simple interface for using the DAC.
Set the DAC output value.