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

Inheritance: GHIElectronics.UAP.Gadgeteer.SocketInterfaces.AnalogIO
Mostrar archivo Open project: amykatenicho/IoTWorkshop

Public Methods

Method Description
IndirectedAnalogIO ( int channel, ADS7830 analog ) : GHIElectronics.UAP.Drivers

Protected Methods

Method Description
ReadInternal ( ) : double
WriteInternal ( double voltage ) : void

Method Details

IndirectedAnalogIO() public method

public IndirectedAnalogIO ( int channel, ADS7830 analog ) : GHIElectronics.UAP.Drivers
channel int
analog GHIElectronics.UAP.Drivers.ADS7830
return GHIElectronics.UAP.Drivers

ReadInternal() protected method

protected ReadInternal ( ) : double
return double

WriteInternal() protected method

protected WriteInternal ( double voltage ) : void
voltage double
return void