Scroll to navigation

Device::USB::PCSensor::HidTEMPer::TEMPer(3pm) User Contributed Perl Documentation Device::USB::PCSensor::HidTEMPer::TEMPer(3pm)

Device::USB::PCSensor::HidTEMPer::TEMPer - The HidTEMPer thermometer

VERSION

Version 0.02

SYNOPSIS

None

DESCRIPTION

This is the implementation of the HidTEMPer thermometer that have only one internal sensor measuring the temperature. It is important to notice that the TEMPer device with one external sensor will not function, although being recognized correctly.

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::TEMPer::Internal;
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

Magnus Sulland < msulland@cpan.org >

ACKNOWLEDGEMENTS

None

COPYRIGHT & LICENSE

Copyright (c) 2010 Magnus Sulland
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2010-07-24 perl v5.10.1