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

Public Member Functions

def __init__
 
def readAngle
 
def writeAngle
 
- Public Member Functions inherited from webiopi.clients.DAC
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 165 of file __init__.py.

Constructor & Destructor Documentation

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

Definition at line 166 of file __init__.py.

Member Function Documentation

def webiopi.clients.PWM.readAngle (   self,
  channel,
  value 
)
def webiopi.clients.PWM.writeAngle (   self,
  channel,
  value 
)

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