示例#1
0
    def writeByte(self, data):
        """
        writeByte(I2c self, uint8_t data) -> mraa::Result

        Parameters:
            data: uint8_t

        """
        return _mraa.I2c_writeByte(self, data)
示例#2
0
    def writeByte(self, data):
        """
        writeByte(I2c self, uint8_t data) -> mraa::Result

        Parameters
        ----------
        data: uint8_t




        Write a byte on the bus

        Parameters:
        -----------

        data:  The byte to send on the bus

        Result of operation 
        """
        return _mraa.I2c_writeByte(self, data)
示例#3
0
 def writeByte(self, data):
     return _mraa.I2c_writeByte(self, data)