C# Class GHIElectronics.UAP.Gadgeteer.Modules.FEZCream.IndirectedAnalogIO

Inheritance: GHIElectronics.UAP.Gadgeteer.SocketInterfaces.AnalogIO
Afficher le fichier Open project: amykatenicho/IoTWorkshop

Méthodes publiques

Méthode Description
IndirectedAnalogIO ( int channel, ADS7830 analog ) : GHIElectronics.UAP.Drivers

Méthodes protégées

Méthode Description
ReadInternal ( ) : double
WriteInternal ( double voltage ) : void

Method Details

IndirectedAnalogIO() public méthode

public IndirectedAnalogIO ( int channel, ADS7830 analog ) : GHIElectronics.UAP.Drivers
channel int
analog GHIElectronics.UAP.Drivers.ADS7830
Résultat GHIElectronics.UAP.Drivers

ReadInternal() protected méthode

protected ReadInternal ( ) : double
Résultat double

WriteInternal() protected méthode

protected WriteInternal ( double voltage ) : void
voltage double
Résultat void