C# Class Hexapet.Movements

Afficher le fichier Open project: peejster/hexapet

Méthodes publiques

Méthode Description
Crouch ( ) : void
InitializeHats ( ) : void
Raise ( ) : void
Stand ( ) : void
Turn ( string direction ) : void
Walk ( string direction ) : void

Private Methods

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

Method Details

Crouch() public static méthode

public static Crouch ( ) : void
Résultat void

InitializeHats() public static méthode

public static InitializeHats ( ) : void
Résultat void

Raise() public static méthode

public static Raise ( ) : void
Résultat void

Stand() public static méthode

public static Stand ( ) : void
Résultat void

Turn() public static méthode

public static Turn ( string direction ) : void
direction string
Résultat void

Walk() public static méthode

public static Walk ( string direction ) : void
direction string
Résultat void