示例#1
0
    def isrExit(self):
        """
        isrExit(Gpio self) -> mraa::Result

        Parameters:
            self: mraa::Gpio *

        """
        return _mraa.Gpio_isrExit(self)
示例#2
0
    def isrExit(self):
        """
        isrExit(Gpio self) -> mraa::Result

        Parameters
        ----------
        self: mraa::Gpio *




        Exits callback - this call will not kill the isr thread immediately
        but only when it is out of it's critical section

        Result of operation 
        """
        return _mraa.Gpio_isrExit(self)
示例#3
0
 def isrExit(self):
     return _mraa.Gpio_isrExit(self)