pub fn write_command<I: I2c>(
    i2c: &mut I,
    addr: u8,
    command: u16
) -> Result<(), I::Error>
👎Deprecated: Please use write_command_u16 instead.
Expand description

Write an u16 command to the I²C bus.