Browse Source

trying to find a bug

digital 8 years ago
parent
commit
d2666be13e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pin/__init__.py

+ 1 - 0
pin/__init__.py

@@ -151,6 +151,7 @@ class GPIOWrapper(object):
             self.gpio.output(pins,state)
         else:
             lgpio.debug("no gpio module")
+        lgpio.debug("gpio module: {}".format(self.gpio))
 
     def parse_to_int_list(self,parse,*args):
         if type(parse) is list: