max112x 0.7.0

Driver for the 24-bit MAX11214 and similar ADCs.
Documentation
1
2
3
4
5
6
/// An ADC error.
#[derive(Debug, Clone)]
pub enum Error<SPI> {
  /// SPI error.
  Spi(SPI),
}