Arduino Tinker Library
 All Classes Functions Variables
Public Member Functions | List of all members
Tinker::AbstractScalarSensor Class Referenceabstract

Abstract interface for any scalar sensor. More...

#include <AbstractSensor.h>

Inheritance diagram for Tinker::AbstractScalarSensor:
Tinker::TMP36

Public Member Functions

virtual float value ()=0
 Returns sensor reading.
 

Detailed Description

Abstract interface for any scalar sensor.

Every object that should act as a scalar sensor must inherit from this class.

Author
Nicola Pezzotti

The documentation for this class was generated from the following file: