i2c-wr — Write to an I2C® device.
i2c-wr [--bus bus] [--help] [--version] address value...
--busallows the specification of which I2C® bus to use if several are available on a system. This parameter defaults to the first bus (0).
--helpdisplay short helptext and exit
--versiondisplay commands version and exit
addressThe 7bit I2C® bus address to write to.
valueThe value to be written, at least one value must be given, an empty write is not permitted.