Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
fa2089b8a3 | ||
|
34f09030e5 | ||
|
b118ad0cec |
@ -25,7 +25,7 @@ impl<SPI: Transfer<u8>, NSS: OutputPin> Adc<SPI, NSS> {
|
||||
Ok(adc)
|
||||
}
|
||||
|
||||
/// `0x00DX` for AD7271-2
|
||||
/// `0x00DX` for AD7272-2
|
||||
pub fn identify(&mut self) -> Result<u16, AdcError<SPI::Error>> {
|
||||
self.read_reg(&Id)
|
||||
.map(|id| id.id())
|
||||
|
Loading…
Reference in New Issue
Block a user