Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

ticky/phidgetty

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Phidgetty

Simple command-line utility to read sensor values from a Phidgets device

Usage

  • -d <input id>, --digital <input id>: read from a digital input
  • -a <sensor id>, --analog <sensor id>: read from an analog sensor
  • -t, --temperature-sensor: device is a temperature sensor, output in degrees celcius. must be reading an analog sensor
  • -m <multiplier>, --precision-light-sensor-multiplier <multiplier>: 'm' value from the underside of the precision light sensor. must be reading an analog sensor
  • -b <boost>, --precision-light-sensor-boost <boost>: 'b' value from the underside of the precision light sensor. must be reading an analog sensor

About

Simple command-line utility to read sensor values from a Phidgets device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages