Device::USB::PCSensor::HidTEMPer::TEMPer2 - The HidTEMPer2 thermometer

VERSION

Version 0.01

SYNOPSIS

None

DESCRIPTION

This is the implementation of the HidTEMPer2 thermometer that has both one internal and one external sensor measuring the temperature.

CONSTANTS

None

METHODS

  • init()

    Initialize the device, connects the sensors and makes the object ready for use.

INHERIT METHODS FROM

Device::USB::PCSensor::HidTEMPer::Device

DEPENDENCIES

This module internally includes and takes use of the following packages:

  use Device::USB::PCSensor::HidTEMPer::Device;
  use Device::USB::PCSensor::HidTEMPer::TEMPer2::Internal;
  use Device::USB::PCSensor::HidTEMPer::TEMPer2::External;

This module uses the strict and warning pragmas.

BUGS

Please report any bugs or missing features using the CPAN RT tool.

FOR MORE INFORMATION

None

AUTHOR

Daniel Fahlgren

(Based on code by Magnus Sulland < msulland@cpan.org >)

ACKNOWLEDGEMENTS

Thanks to Jeremy G for the fix on initializing the device configuration.

COPYRIGHT & LICENSE

Copyright (c) 2010-2011 Magnus Sulland

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.