C# 클래스 Microsoft.IoT.Devices.Adc.ADC0832

Driver for the ADC0832 8-bit A/D converter.
This class is not designed to be used directly to read data. Instead, once it has been created and configured it can be passed to the GetControllersAsync method of the AdcController class or it can be added to the Providers collection in a AdcProviderManager.
상속: IAdcControllerProvider, IAdcProvider, IDisposable
파일 보기 프로젝트 열기: jbienzms/iot-devices

Private Properties

프로퍼티 타입 설명
EnsureInitialized void
IAdcControllerProvider bool
IAdcControllerProvider int
IAdcControllerProvider void
IAdcProvider IReadOnlyList

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
EnsureInitialized ( ) : void
IAdcControllerProvider ( ProviderAdcChannelMode channelMode ) : bool
IAdcControllerProvider ( int channelNumber ) : int
IAdcControllerProvider ( int channel ) : void
IAdcProvider ( ) : IReadOnlyList

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void