C# Класс GHIElectronics.UAP.Shields.FEZHAT.Motor

Represents an onboard motor.
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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