Browse Source

trying to find a bug

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

+ 2 - 0
pin/__init__.py

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