tlv320dac3100 0.1.0

A driver for Texas Instruments TLV320DAC3100 module.
Documentation
1
2
3
4
5
#[derive(Debug, PartialEq)]
pub enum TLV320DAC3100Error<E> {
    I2C(E),
    InvalidArgument,
}