C# 클래스 RPi.Pwm.Motors.PwmComponentBase

파일 보기 프로젝트 열기: neutmute/RPi.Demo

보호된 메소드들

메소드 설명
GetCoercedPercent ( decimal percent ) : decimal
GetPercentAsPwm ( Decimal percent ) : int
PwmComponentBase ( IPwmDevice controller ) : System

메소드 상세

GetCoercedPercent() 보호된 메소드

protected GetCoercedPercent ( decimal percent ) : decimal
percent decimal
리턴 decimal

GetPercentAsPwm() 보호된 메소드

protected GetPercentAsPwm ( Decimal percent ) : int
percent Decimal
리턴 int

PwmComponentBase() 보호된 메소드

protected PwmComponentBase ( IPwmDevice controller ) : System
controller IPwmDevice
리턴 System