Example #1
0
File: uper.py Project: gitbezz/weio
 def __init__(self, serial_port=None):
     IoBoard.__init__(self, UPER1_PINOUT, serial_port)
Example #2
0
 def __init__(self, serial_port=None):
     IoBoard.__init__(self, WEIO_PINOUT, serial_port)
Example #3
0
 def __init__(self, serial_port=None):
     IoBoard.__init__(self, WEIO_PINOUT, serial_port)
Example #4
0
 def __init__(self, serial_port=None):
     IoBoard.__init__(self, UPER1_PINOUT, serial_port)