예제 #1
0
파일: mraa.py 프로젝트: dsoultanis/helotism
    def readByte(self):
        """
        readByte(I2c self) -> uint8_t

        Parameters:
            self: mraa::I2c *

        """
        return _mraa.I2c_readByte(self)
예제 #2
0
    def readByte(self):
        """
        readByte(I2c self) -> uint8_t

        Parameters
        ----------
        self: mraa::I2c *




        Read exactly one byte from the bus

        Exceptions:
        -----------

        std::invalid_argument:  in case of error

        char read from the bus 
        """
        return _mraa.I2c_readByte(self)
예제 #3
0
 def readByte(self):
     return _mraa.I2c_readByte(self)