The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

device-chip-sensor - commandline test utility for Device::Chip sensor data

SYNOPSIS

   $ device-chip-sensor -A BusPirate BME280

DESCRIPTION

This program periodically queries sensor values from Device::Chip instances attached via a Device::Chip::Adapter and writes the results as records in a CSV file.

COMMANDLINE OPTIONS

The following commandline options are recognised, in addition to those provided by the common base class - see "COMMANDLINE OPTIONS" in App::Device::Chip::sensor.

  • --print-config, -p

    Prints all the values of each chip's configuration (according to the read_config method) on startup.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>