|
@@ -151,6 +151,7 @@ class GPIOWrapper(object):
|
|
self.gpio.output(pins,state)
|
|
self.gpio.output(pins,state)
|
|
else:
|
|
else:
|
|
lgpio.debug("no gpio module")
|
|
lgpio.debug("no gpio module")
|
|
|
|
+ lgpio.debug("gpio module: {}".format(self.gpio))
|
|
|
|
|
|
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:
|