pub fn self_test_passed(word: u16) -> boolExpand description
Returns whether the self-test word reports no malfunction.
Table 25: 0 means no malfunction detected, any other value means a
malfunction.
§Arguments
word- the word read aftercommand::PERFORM_SELF_TEST.
§Returns
true if the sensor detected no malfunction.