C# 클래스 TinBot.Operations.ServoController

파일 보기 프로젝트 열기: marcodiniz/TinBot

공개 메소드들

메소드 설명
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

메소드 상세

Attach() 공개 메소드

public Attach ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Deattach() 공개 메소드

public Deattach ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Move() 공개 메소드

public Move ( int targetPosition, int speed = 10, int acceleration = 1 ) : System.Threading.Tasks.Task
targetPosition int
speed int
acceleration int
리턴 System.Threading.Tasks.Task

ServoController() 공개 메소드

public ServoController ( ) : System
리턴 System

ServoController() 공개 메소드

public ServoController ( RemoteDevice device, byte pin, bool inverse = false, int delay = 10 ) : System
device RemoteDevice
pin byte
inverse bool
delay int
리턴 System