fn ec_wait_obf() -> Option<u8>
Wait for the EC output buffer to become full (data available to read).
Returns Some(byte) if data is ready, None on timeout.
Some(byte)
None