I more alike neem example code to send a byte from master to slave AND slave to master
So from i2c.pas back to i2cslave_unit.pas
through the same init, like from TI2CMaster and backwards
without starting a new i2c_master.init(I2C_50kHz);
Is this possible somehow or do i always have to use 2 settings fore, fore and back ?
Reformulation: read and write not possible over the same stack ? Ju always need to start a new one? is this "half-duplex" ?