Zeroes the gyro.

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

Syntax

C#
public void zeroGyro()
Visual Basic (Declaration)
Public Sub zeroGyro
Visual C++
public:
void zeroGyro()

Remarks

This takes 1-2 seconds to complete and should only be called when the board is stationary.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached, or if this Phidget does not have a gyro.

See Also