Zeroes the gyro.
Namespace:
PhidgetsAssembly: 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
| Exception | Condition |
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached, or if this Phidget does not have a gyro. |