コード例 #1
0
ファイル: mraa.py プロジェクト: dsoultanis/helotism
    def getDevicePath(self):
        """
        getDevicePath(Uart self) -> std::string

        Parameters:
            self: mraa::Uart *

        """
        return _mraa.Uart_getDevicePath(self)
コード例 #2
0
ファイル: mraa.py プロジェクト: cloverpop/410c-sensor
    def getDevicePath(self):
        """
        getDevicePath(Uart self) -> std::string

        Parameters
        ----------
        self: mraa::Uart *




        Get string with tty device path within Linux For example. Could point
        to "/dev/ttyS0"

        char pointer of device path 
        """
        return _mraa.Uart_getDevicePath(self)
コード例 #3
0
ファイル: mraa.py プロジェクト: marvin-w/respeaker-skill
 def getDevicePath(self):
     return _mraa.Uart_getDevicePath(self)