This class represents a Phidget Accelerometer. All methods to read acceleration data from an Accelerometer are implemented in this class.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class Accelerometer : Phidget
Visual Basic (Declaration)
Public Class Accelerometer _
	Inherits Phidget
Visual C++
public ref class Accelerometer : public Phidget

Remarks

The Phidget Accelerometer provides 2-3 axes of acceleration data, at anywhere from 2g to 10g sensitivity, depending on the specific revision. See your hardware documetation for more information. They can measure both static (gravity) and dynamic acceleration.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.Phidget
    Phidgets..::.Accelerometer

See Also