forked from M-Labs/ionpak-thermostat
parent
6d4676a72a
commit
1514131fa3
|
@ -28,7 +28,7 @@ impl<SPI: Transfer<u8>, NSS: OutputPin> Adc<SPI, NSS> {
|
||||||
Ok(adc)
|
Ok(adc)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// `0x00DX` for AD7271-2
|
/// `0x00DX` for AD7172-2
|
||||||
pub fn identify(&mut self) -> Result<u16, AdcError<SPI::Error>> {
|
pub fn identify(&mut self) -> Result<u16, AdcError<SPI::Error>> {
|
||||||
self.read_reg(®s::Id)
|
self.read_reg(®s::Id)
|
||||||
.map(|id| id.id())
|
.map(|id| id.id())
|
||||||
|
|
Loading…
Reference in New Issue