upm  0.2.0
Sensor/Actuator repository for libmraa (v0.6.1)
Public Member Functions

C++ API for the INA132 Differential Amplifier Sensor. More...

Detailed Description

The INA132 Differential Amplifier Sensor is designed for precise differential-input amplification.

This sensor was tested amplifying the signal from a Weight Sensor (Load Cell)0-500g

// The was tested with the INA132 Differential Amplifier Sensor module.
// Instantiate an INA132 on analog pin A0
upm::INA132 *amplifier = new upm::INA132(0);
while (shouldRun)
{
cout << amplifier->value() << endl;
sleep(1);
}

Public Member Functions

 INA132 (int pin)
 
 ~INA132 ()
 
float value ()
 

Constructor & Destructor Documentation

INA132 ( int  pin)

INA132 sensor constructor

Parameters
pinanalog pin to use
~INA132 ( )

INA132 Destructor

Member Function Documentation

float value ( )

Measure precise differential-input amplification from the sensor

Returns
precise differential-input amplification

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