Преглед на файлове

added debug message to debug cleanup problem

digital преди 8 години
родител
ревизия
afceec7d35
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      pin/__init__.py

+ 1 - 0
pin/__init__.py

@@ -55,6 +55,7 @@ class GPIOWrapper(object):
 
     def cleanup(self,*args):
         lgpio.debug("cleanup! ({})".format(args))
+        lgpio.debug("_pins_for_cleanup is:"+str(_pins_for_cleanup))
         if self.gpio:
             self.gpio.cleanup(_pins_for_cleanup)