Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | List of all members
webiopi.devices.analog.DAC Class Reference
Inheritance diagram for webiopi.devices.analog.DAC:
webiopi.devices.analog.ADC webiopi.devices.analog.advri2c.ADVRI2C webiopi.devices.analog.advrspi.ADVRSPI webiopi.devices.analog.advrspidc.ADVRSPIDC webiopi.devices.analog.mcp4725.MCP4725 webiopi.devices.analog.mcp48XX.MCP48XX webiopi.devices.analog.mcp492X.MCP492X webiopi.devices.analog.pcf8591.PCF8591 webiopi.devices.analog.advri2c.ADVRI2CMULTI webiopi.devices.analog.advri2c.ADVRI2CSINGLE webiopi.devices.analog.advrspi.ADVRSPIMULTI webiopi.devices.analog.advrspi.ADVRSPISINGLE webiopi.devices.analog.advrspidc.ADVRSPIDCMULTI webiopi.devices.analog.advrspidc.ADVRSPIDCSINGLE webiopi.devices.analog.mcp48XX.MCP4802 webiopi.devices.analog.mcp48XX.MCP4812 webiopi.devices.analog.mcp48XX.MCP4822 webiopi.devices.analog.mcp492X.MCP4921 webiopi.devices.analog.mcp492X.MCP4922

Public Member Functions

def __init__
 
def __family__
 
def __analogWrite__
 
def analogWrite
 
def analogWriteFloat
 
def analogWriteVolt
 
- Public Member Functions inherited from webiopi.devices.analog.ADC
def __init__
 
def __family__
 
def checkAnalogChannel
 
def checkAnalogValue
 
def analogCount
 
def analogResolution
 
def analogMaximum
 
def analogReference
 
def __analogRead__
 
def analogRead
 
def analogReadFloat
 
def analogReadVolt
 
def analogReadAll
 
def analogReadAllFloat
 
def analogReadAllVolt
 

Detailed Description

Definition at line 101 of file __init__.py.

Constructor & Destructor Documentation

def webiopi.devices.analog.DAC.__init__ (   self,
  channelCount,
  resolution,
  vref 
)

Definition at line 102 of file __init__.py.

Member Function Documentation

def webiopi.devices.analog.DAC.__analogWrite__ (   self,
  channel,
  value 
)
def webiopi.devices.analog.DAC.__family__ (   self)

Definition at line 105 of file __init__.py.

def webiopi.devices.analog.DAC.analogWrite (   self,
  channel,
  value 
)
def webiopi.devices.analog.DAC.analogWriteFloat (   self,
  channel,
  value 
)
def webiopi.devices.analog.DAC.analogWriteVolt (   self,
  channel,
  value 
)

The documentation for this class was generated from the following file: