|
@@ -149,6 +149,8 @@ class GPIOWrapper(object):
|
|
_pins_for_cleanup.update(pins)
|
|
_pins_for_cleanup.update(pins)
|
|
if self.gpio:
|
|
if self.gpio:
|
|
self.gpio.output(pins,state)
|
|
self.gpio.output(pins,state)
|
|
|
|
+ else:
|
|
|
|
+ lgpio.debug("no gpio module")
|
|
|
|
|
|
def parse_to_int_list(self,parse,*args):
|
|
def parse_to_int_list(self,parse,*args):
|
|
if type(parse) is list:
|
|
if type(parse) is list:
|