Device::USB::PCSensor::HidTEMPer::NTC::Internal - The HidTEMPerNTC internal sensor


Device-USB-PCSensor-HidTEMPer documentation  | view source Contained in the Device-USB-PCSensor-HidTEMPer distribution.

Index


Top

Device::USB::PCSensor::HidTEMPer::NTC::Internal - The HidTEMPerNTC internal sensor

VERSION

Top

Version 0.03

SYNOPSIS

Top

None

DESCRIPTION

Top

This is the implementation of the HidTEMPerNTC internal sensor.

CONSTANTS

* MAX_TEMPERATURE

The highest temperature(120 degrees celsius) this sensor can detect.

* MIN_TEMPERATURE

The lowest temperature(-40 degrees celsius) this sensor can detect.

METHODS

* celsius()

Returns the current temperature from the device in celsius degrees.

INHERIT METHODS FROM

Top

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

DEPENDENCIES

Top

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

Top

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

FOR MORE INFORMATION

Top

None

AUTHOR

Top

Magnus Sulland < msulland@cpan.org >

ACKNOWLEDGEMENTS

Top

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

Top


Device-USB-PCSensor-HidTEMPer documentation  | view source Contained in the Device-USB-PCSensor-HidTEMPer distribution.