phm-cli
)``` phm-cli
USAGE:
phm-cli
OPTIONS: -h, --help Print help information
SUBCOMMANDS: help Print this message or the help of the given subcommand(s) i2c Commands for I2C communication ```
phm-cli i2c
)``` phm-cli-i2c Commands for I2C communication
USAGE:
phm-cli i2c
OPTIONS: -h, --help Print help information
SUBCOMMANDS: help Print this message or the help of the given subcommand(s) read Read count bytes from the given address write Write bytes to the given address write-read Write-Read bytes to and from the given address ```
phm-cli i2c read
)``` phm-cli-i2c-read Read count bytes from the given address
USAGE: phm-cli i2c read -a
--read-ctOPTIONS: -a
The address to write to -h, --help Print help information --read-ctphm-cli i2c write
)``` phm-cli-i2c-write Write bytes to the given address
USAGE: phm-cli i2c write -a
--writeOPTIONS: -a
The address to write to -b, --writephm-cli i2c write-read
)``` phm-cli-i2c-write-read Write-Read bytes to and from the given address
USAGE: phm-cli i2c write-read -a
--bytesOPTIONS: -a
The address to write to. Should be given as a hex value. For example: "0xA4" -b, --bytes