VERSION

Version 0.03

SYNOPSIS

None

DESCRIPTION

This is the implementation of the HidTEMPerNTC internal sensor.

\s-1CONSTANTS\s0

  • \s-1MAX_TEMPERATURE\s0 The highest temperature(120 degrees celsius) this sensor can detect.

  • \s-1MIN_TEMPERATURE\s0 The lowest temperature(-40 degrees celsius) this sensor can detect.

\s-1METHODS\s0

  • celsius() Returns the current temperature from the device in celsius degrees.

INHERIT METHODS FROM

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

DEPENDENCIES

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

  use Device::USB::PCSensor::HidTEMPer::Sensor;

This module uses the strict and warning pragmas.

BUGS

Please report any bugs or missing features using the \s-1CPAN\s0 \s-1RT\s0 tool.

FOR MORE INFORMATION

None

AUTHOR

Magnus Sulland < [email protected] >

ACKNOWLEDGEMENTS

Thanks to Jean F. Delpech for the temperature fix that solves the problem with temperatures bellow 0 Celsius.

This code is inspired by Relavak's source code and the comments found at: http://relavak.wordpress.com/2009/10/17/

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.