I'm not sure what you mean! probably not! If you want to send four bytes, and read two bytes, you would do something like: ```rust let res = i2c.write_read(&out, &mut in).await; ```