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

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

Méthodes publiques

Méthode Description
IndirectedAnalogIO ( byte channel, CY8C9560A pin, ADS7830 ads, CY8C9560A cy8 ) : 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 ( byte channel, CY8C9560A pin, ADS7830 ads, CY8C9560A cy8 ) : GHIElectronics.UAP.Drivers
channel byte
pin CY8C9560A
ads GHIElectronics.UAP.Drivers.ADS7830
cy8 CY8C9560A
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