Beispiel #1
0
 def __init__(self, vendor, product, interface=1):
     self._ctrl = SpiController()
     self._ctrl.configure(vendor, product, interface)
Beispiel #2
0
 def __init__(self, vendor, product, interface=1):
     self._ctrl = SpiController(silent_clock=False)
     self._ctrl.configure(vendor, product, interface)