Méthode | Description | |
---|---|---|
Crouch ( ) : void | ||
InitializeHats ( ) : void | ||
Raise ( ) : void | ||
Stand ( ) : void | ||
Turn ( string direction ) : void | ||
Walk ( string direction ) : void |
Méthode | Description | |
---|---|---|
abduct ( int leg, string joint ) : void | ||
adduct ( int leg, string joint, int degrees ) : void | ||
center ( int leg, string joint ) : void | ||
setAllPWM ( Windows.Devices.I2c.I2cDevice board, int on, int off ) : void | ||
setPWM ( Windows.Devices.I2c.I2cDevice board, int channel, int on, int off ) : void | ||
setPWMFreq ( Windows.Devices.I2c.I2cDevice board, int freq ) : void |
public static Turn ( string direction ) : void | ||
direction | string | |
Résultat | void |
public static Walk ( string direction ) : void | ||
direction | string | |
Résultat | void |