C# Class TinBot.Operations.ServoController

Afficher le fichier Open project: marcodiniz/TinBot

Méthodes publiques

Méthode Description
Attach ( ) : System.Threading.Tasks.Task
Deattach ( ) : System.Threading.Tasks.Task
Move ( int targetPosition, int speed = 10, int acceleration = 1 ) : System.Threading.Tasks.Task
ServoController ( ) : System
ServoController ( RemoteDevice device, byte pin, bool inverse = false, int delay = 10 ) : System

Method Details

Attach() public méthode

public Attach ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Deattach() public méthode

public Deattach ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Move() public méthode

public Move ( int targetPosition, int speed = 10, int acceleration = 1 ) : System.Threading.Tasks.Task
targetPosition int
speed int
acceleration int
Résultat System.Threading.Tasks.Task

ServoController() public méthode

public ServoController ( ) : System
Résultat System

ServoController() public méthode

public ServoController ( RemoteDevice device, byte pin, bool inverse = false, int delay = 10 ) : System
device RemoteDevice
pin byte
inverse bool
delay int
Résultat System