C# 클래스 Glovebox.IoT.Devices.Converters.ADS1015

상속: IAdcControllerProvider, IDisposable
파일 보기 프로젝트 열기: gloveboxes/Windows-IoT-Core-Driver-Library 1 사용 예제들

공개 메소드들

메소드 설명
ADS1015 ( Gain refVoltage = Gain.Volt33 ) : System
AcquireChannel ( int channel ) : void
EnsureInitializedAsync ( ) : System.Threading.Tasks.Task
IsChannelModeSupported ( ProviderAdcChannelMode channelMode ) : bool
ReadValue ( int channelNumber ) : int
ReleaseChannel ( int channel ) : void

비공개 메소드들

메소드 설명
GetMillivolts ( int channel ) : int
IDisposable ( ) : void

메소드 상세

ADS1015() 공개 메소드

public ADS1015 ( Gain refVoltage = Gain.Volt33 ) : System
refVoltage Gain
리턴 System

AcquireChannel() 공개 메소드

public AcquireChannel ( int channel ) : void
channel int
리턴 void

EnsureInitializedAsync() 공개 메소드

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

IsChannelModeSupported() 공개 메소드

public IsChannelModeSupported ( ProviderAdcChannelMode channelMode ) : bool
channelMode ProviderAdcChannelMode
리턴 bool

ReadValue() 공개 메소드

public ReadValue ( int channelNumber ) : int
channelNumber int
리턴 int

ReleaseChannel() 공개 메소드

public ReleaseChannel ( int channel ) : void
channel int
리턴 void