C# Class AGENT.Contrib.Hardware.Viberate.DebugViberate

Inheritance: IViberate
Show file Open project: nothingmn/AGENT.Contrib

Public Methods

Method Description
Viberate ( int duration ) : void

Viberate the motor for a number of milliseconds

Viberate ( string pattern ) : void

Viberate the motor for a given patterns of S and L's S is short, 500ms L is long, 1000ms (1 second) P will pause for 100ms

Method Details

Viberate() public method

Viberate the motor for a number of milliseconds
public Viberate ( int duration ) : void
duration int
return void

Viberate() public method

Viberate the motor for a given patterns of S and L's S is short, 500ms L is long, 1000ms (1 second) P will pause for 100ms
public Viberate ( string pattern ) : void
pattern string
return void