Usage: flx-i2c [OPTIONS] COMMAND
Transmit or receive data to/from an I2C device.

Options:
  -c NUMBER          Use card indicated by NUMBER, default: 0
  -E                 Execute the command even if resources are locked
  -f                 Flush I2C read FIFO
  -h                 Display help
  -V                 Display the version number
Commands:
  l[ist]  [all]                                       List available devices from the card used
                                                      or all [all] card models.
  r[ead]  DEVICE_NAME                REG_ADDR         Read a register from a known I2C device.
                                                      (see: flx-i2c list)
  r[ead]  PORT1:[PORT2:]DEV_ADDRESS  REG_ADDR         Read a register from a known or unknown I2C
                                                      device providing port and address.
  w[rite] DEVICE_NAME                REG_ADDR  DATA   Write a register from a known I2C device.
                                                      (see: flx-i2c list)
  w[rite] PORT1:[PORT2:]DEV_ADDRESS  REG_ADDR  DATA   Write a register from a known or unknown I2C
                                                      device providing port and address.
