C# 클래스 GHIElectronics.UAP.Shields.FEZHAT.Motor

Represents an onboard motor.
상속: IDisposable
파일 보기 프로젝트 열기: amykatenicho/IoTWorkshop

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes of the object releasing control the pins.

Stop ( ) : void

Stops the motor.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes of the object releasing control the pins.

비공개 메소드들

메소드 설명
Motor ( PCA9685 pwm, int pwmChannel, int direction1Pin, int direction2Pin ) : GHIElectronics.UAP.Drivers

메소드 상세

Dispose() 공개 메소드

Disposes of the object releasing control the pins.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Disposes of the object releasing control the pins.
protected Dispose ( bool disposing ) : void
disposing bool Whether or not this method is called from Dispose().
리턴 void

Stop() 공개 메소드

Stops the motor.
public Stop ( ) : void
리턴 void