C# Класс CSharpRoboticsLib.WPIExtensions.EnhancedEncoder

An encoder with corrected rate calculation and distance per pulse setting
Наследование: WPILib.Encoder
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EnhancedEncoder ( int aChannel, int bChannel ) : System

CSharpRoboticslib.Extras.EnhancedEncoder

GetRate ( ) : double

Gets the velocity reported by the encoder.

Reset ( ) : void

Resets the encoder and derivative

Описание методов

EnhancedEncoder() публичный Метод

CSharpRoboticslib.Extras.EnhancedEncoder
public EnhancedEncoder ( int aChannel, int bChannel ) : System
aChannel int
bChannel int
Результат System

GetRate() публичный Метод

Gets the velocity reported by the encoder.
public GetRate ( ) : double
Результат double

Reset() публичный Метод

Resets the encoder and derivative
public Reset ( ) : void
Результат void