I2C_Slave_read

Read one byte from the data register of I2C_Slave.

uint8_t I2C_Slave_read(
    void 
)

Function will not block if a character is not available, so should only be called when data is available.

Returns

Type: uint8_t

Data read from the I2C_Slave module