MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
Provides haptic feedback in the form of a vibrational motor or buzzer More...
Public Member Functions | |
void | StartMotor (ushort pulseWidth, float dutyCycle=100f) |
Start pulsing a motor More... | |
void | StartBuzzer (ushort pulseWidth) |
Start pulsing a buzzer More... | |
Provides haptic feedback in the form of a vibrational motor or buzzer
void MbientLab.MetaWear.Peripheral.IHaptic.StartBuzzer | ( | ushort | pulseWidth | ) |
Start pulsing a buzzer
pulseWidth | How long to run the buzzer, in milliseconds (ms) |
void MbientLab.MetaWear.Peripheral.IHaptic.StartMotor | ( | ushort | pulseWidth, |
float | dutyCycle = 100f |
||
) |
Start pulsing a motor
pulseWidth | How long to run the motor, in milliseconds (ms) |
dutyCycle | Strength of the motor, defaults to 100% |