C# Class Glovebox.IoT.Devices.Converters.ADS1015

Inheritance: IAdcControllerProvider, IDisposable
Afficher le fichier Open project: gloveboxes/Windows-IoT-Core-Driver-Library Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetMillivolts ( int channel ) : int
IDisposable ( ) : void

Method Details

ADS1015() public méthode

public ADS1015 ( Gain refVoltage = Gain.Volt33 ) : System
refVoltage Gain
Résultat System

AcquireChannel() public méthode

public AcquireChannel ( int channel ) : void
channel int
Résultat void

EnsureInitializedAsync() public méthode

public EnsureInitializedAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

IsChannelModeSupported() public méthode

public IsChannelModeSupported ( ProviderAdcChannelMode channelMode ) : bool
channelMode ProviderAdcChannelMode
Résultat bool

ReadValue() public méthode

public ReadValue ( int channelNumber ) : int
channelNumber int
Résultat int

ReleaseChannel() public méthode

public ReleaseChannel ( int channel ) : void
channel int
Résultat void