Exemplo n.º 1
0
 def getIrqMode(self):
     """ get irq mode
     """
     try:
         return wrapper.getIrqMode(self.__device)
     except Exception, e:
         raise AsGpioError(str(e))
Exemplo n.º 2
0
 def getIrqMode(self):
     """ get irq mode
     """
     try:
         return wrapper.getIrqMode(self.__device)
     except Exception, e:
         raise AsGpioError(str(e))