Device-USB-PCSensor-HidTEMPer version 0.04
==========================================
This module contains an interface to the PCSensor HidTEMPer and PCSensor
HidTEMPerNTC temperature sensors. There are also the common functions for the
device itself (Device) and the sensors (Sensor) laying the grounds for other
HidTEMPer versions to be added later on.
The current temperature can be returned either using the Celsius
scale or the Fahrenheit scale.
WARNING
The results returned from this code needs to undergo more testing. If the
code used to write to the device is not used with extreme care it may
destroy the device.
TODO
Please contact me if you find anything to be missing.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This modules uses the following other modules:
use Carp
use Device::USB
use Device::USB::Device
use Time::HiRes qw / sleep /