pub fn measuring(status: u8) -> boolExpand description
Returns whether the status register reports a conversion in progress.
§Arguments
status- the byte read fromregister::STATUS.
§Returns
true while a conversion runs, false once its results have reached the data
registers.