Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | List of all members
webiopi.clients.DAC Class Reference
Inheritance diagram for webiopi.clients.DAC:
webiopi.clients.ADC webiopi.clients.Device webiopi.clients.RESTAPI webiopi.clients.PWM

Public Member Functions

def __init__
 
def write
 
def writeFloat
 
def writeVolt
 
- Public Member Functions inherited from webiopi.clients.ADC
def __init__
 
def read
 
def readFloat
 
def readVolt
 
- Public Member Functions inherited from webiopi.clients.Device
def __init__
 
- Public Member Functions inherited from webiopi.clients.RESTAPI
def __init__
 
def sendRequest
 

Additional Inherited Members

- Public Attributes inherited from webiopi.clients.RESTAPI
 client
 
 path
 

Detailed Description

Definition at line 152 of file __init__.py.

Constructor & Destructor Documentation

def webiopi.clients.DAC.__init__ (   self,
  client,
  name 
)

Definition at line 153 of file __init__.py.

Member Function Documentation

def webiopi.clients.DAC.write (   self,
  channel,
  value 
)
def webiopi.clients.DAC.writeFloat (   self,
  channel,
  value 
)
def webiopi.clients.DAC.writeVolt (   self,
  channel,
  value 
)

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